GET
/
api
/
v1
/
api-services
/
balance
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"
  }
}
An API key is required to access this resource

Authorizations

Authorization
string
header
required

Entrez votre clé API comme: Bearer <API_KEY>

Response

200
application/json

Balance retrieved successfully

The response is of type object.

GET
/
api
/
v1
/
api-services
/
balance
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"
  }
}
An API key is required to access this resource

Authorizations

Authorization
string
header
required

Entrez votre clé API comme: Bearer <API_KEY>

Response

200
application/json

Balance retrieved successfully

The response is of type object.