Аккаунт
Управляйте своим аккаунтом и проверяйте баланс кредитов
/api/v1/account/balances
Get your current credit balances for both web and API wallets.
GET
/api/v1/account/balancesОтвет
{
"success": true,
"request_id": "req_xxx",
"data": {
"web_credits": 100,
"api_credits": 500
}
}