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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.