Billing
Get drawdown balance
Get current drawdown balance for the authenticated developer
get/api/v1/billing/balance
Response
Balance in smallest currency unit and currency code
Example response
{
"balance": {
"currencyCode": "USD",
"amountSubunits": 1500
}
}