v41

latestOpenAPI 3.0.0UNLICENSEDraw.githubusercontent.com2026-07-0839165177.6 KB
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

drawdownEnabledboolean required

Example response

{
  "balance": {
    "currencyCode": "USD",
    "amountSubunits": 1500
  }
}
All 39 operations