Skip to main content
GET

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Response Parameters

availableBalance
string
The user’s credit balance, unit is 1/10000 USD (e.g., 10000 = $1.00).
cashBalance
string
The remaining balance of your top-up, unit is 1/10000 USD (e.g., 10000 = $1.00).
creditLimit
string
Your credit limit (i.e., the maximum amount you can owe), unit is 1/10000 USD (e.g., 10000 = $1.00).
pendingCharges
string
Pending charges, unit is 1/10000 USD. Currently defaults to 0.
outstandingInvoices
string
The amount you currently owe, unit is 1/10000 USD (e.g., 10000 = $1.00).
Last modified on May 25, 2026