# AxisFI ## Docs - [List Wallet Balances](https://docs.axisfi.net/api-reference/balances/list-wallet-balances.md): Get available balances for every wallet. - [Create Customer](https://docs.axisfi.net/api-reference/customers/create-customer.md): Create a new customer to be stored on the AxisFI platform. - [Delete Customer](https://docs.axisfi.net/api-reference/customers/delete-customer.md): Removes a customer from the AxisFI platform. - [Get Customer Details](https://docs.axisfi.net/api-reference/customers/get-customer-details.md): Get a specific customer by specifying the (Id). - [Update Customer](https://docs.axisfi.net/api-reference/customers/update-customer.md): Edit an existing customer stored on the AxisFI platform. - [Create Deposit](https://docs.axisfi.net/api-reference/deposit/create-deposit.md): Deposits funds into your AxisFI account - [Download File](https://docs.axisfi.net/api-reference/files/download-file.md): Retrieves the file by its unique identifier. - [Upload File](https://docs.axisfi.net/api-reference/files/upload-file.md): Uploads a single document or image to the server. Supports specific categories such as invoices and contracts. Returns a unique file ID and the accessible URL upon successful storage. - [Introduction](https://docs.axisfi.net/api-reference/introduction.md) - [Request Quote](https://docs.axisfi.net/api-reference/quotes/request-quote.md): Retrieves real-time currency exchange rates or formal quotes for specified currency pairs. The Quote endpoint gives the user a guaranteed rate for an agreed period of time. - [Create Recipient](https://docs.axisfi.net/api-reference/recipients/create-recipient.md): Create a new recipient to be stored on the AxisFI platform. The recipient account can either be a bank account or a crypto wallet. - [Delete Recipient](https://docs.axisfi.net/api-reference/recipients/delete-recipient.md): Removes a recipient from the AxisFI platform. - [Get Recipient Details](https://docs.axisfi.net/api-reference/recipients/get-recipient-details.md): Get a specific recipient by specifying the (Id). - [Update Recipient](https://docs.axisfi.net/api-reference/recipients/update-recipient.md): Edit an existing recipient stored on the AxisFI platform. - [Get Deposit Details](https://docs.axisfi.net/api-reference/transactions/get-deposit-details.md): Get a specific transaction by specifying the (Id). - [Get Transfer Details](https://docs.axisfi.net/api-reference/transactions/get-transfer-details.md): Get a specific transaction by specifying the (Id). - [List Transactions](https://docs.axisfi.net/api-reference/transactions/list-transactions.md): Get list of transactions from a specified creation date/time, with optional filters on date range, transaction status (e.g., Pending, Completed, Failed), and currency pairs. - [Transfer](https://docs.axisfi.net/api-reference/transfer/transfer.md): Create a new transfer to a recipient. The transfer can include an underlying conversion or offramp when the transfer/target currency varies from the source currency, or will not include a conversion when the transfer/target currency and source currency match. - [List Wallet](https://docs.axisfi.net/api-reference/wallets/list-wallet.md): Get list of wallets related to your AxisFI account. - [Overview](https://docs.axisfi.net/api-reference/webhooks/overview.md) ## OpenAPI Specs - [openapi](https://docs.axisfi.net/openapi.json)