cURL
curl --request GET \ --url https://api-m.dexchange.sn/api/v1/api-services/balance \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "balance": { "success": true, "balance": 123, "currency": "<string>", "lastUpdate": "2023-11-07T05:31:56Z" } }
Retrieve current account balance and currency information
Documentation IndexFetch the complete documentation index at: https://docs-api.dexchange.sn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-api.dexchange.sn/llms.txt
Use this file to discover all available pages before exploring further.
Entrez votre clé API comme: Bearer <API_KEY>
Balance retrieved successfully
Show child attributes