アカウント
アカウントの管理とクレジット残高の確認
/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
}
}