Billing
Get billing info
Get billing configuration and balance for the authenticated developer
get/api/v1/billing
Response
Billing configuration including drawdown settings and balance
Example response
{
"drawdown": {
"balance": {
"currencyCode": "USD",
"amountSubunits": 1500
},
"config": {
"currency": "USD",
"minBalanceSubunits": 200000,
"targetBalanceSubunits": 1000000
}
}
}