Balance
Return the current wallet balance for the authenticated account, as a USD decimal string.
GET
/v1/balanceReturn the current wallet balance for the authenticated account, as a USD decimal string. Buying a number charges this balance; refunds credit it back.
curl https://api.otp.black/v1/balance \
-H "Authorization: Bearer $API_KEY"{ "balance": "12.34" }Fields
balance— available wallet balance, USD decimal string.
If a POST /v1/activations would exceed your balance it
returns 402 and nothing is charged. Top up from your dashboard.