v1

latestOpenAPI 3.1.02026-07-2219165126.1 KB
Account

Get account balance

Return the current balance for the authenticated provisioning key.

get/v1/account/balance

Response

Successful Response

balancestring required

Current account balance represented as a string to preserve decimal precision.

Example response

{
  "balance": "42.50"
}