Account
Get account balance
Returns the current credit balance of the account identified by clientKey.
post/getBalance
Request body
Example request
{
"clientKey": "API_KEY"
}Response
Current balance, or an error.
Example response
{
"balance": 345.678
}