Compte
Gérez votre compte et vérifiez votre solde de crédits
/api/v1/account/balances
Get your current credit balances for both web and API wallets.
GET
/api/v1/account/balancesRéponse
{
"success": true,
"request_id": "req_xxx",
"data": {
"web_credits": 100,
"api_credits": 500
}
}