CheckAccountBalance

CheckAccountBalance returns the current account credit balance for the authenticated account

Endpoint: GET /v4/accountinfo/balance

Parameters:


Response:


balance

float64

Balance is the current account balance in USD. Any empty JSON object ("{}") indicates a zero balance.


Example:

curl -u 'username:token' 'https://api.dev.name.com/v4/accountinfo/balance'
{
    "balance": 125.43000000000001
}