Account Balance
Last updated
Last updated
This endpoint is used to get details about all wallets related to a user. The response contains a list of currencies with their corresponding amounts.
POST
https://api.oxapay.com/api/balance
key*
string
Your payout API key for authentication and authorization.
currency
string
Specify a specific to get the balance for that currency. If not provided, the response will contain the balance for all available currencies.
Please note that the response will contain the balance for each currency as a string value. You may need to parse or convert these values to the appropriate data type based on your application's requirements.
Please note that a successful request will return a result code 100. In case of any issues or validation problems, refer to the corresponding result codes for further details.
Now the API key is included in the request body, and you can proceed to use the appropriate code snippet based on your preferred programming language.