OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Billing

Get user balance details

Retrieve the current balance, available credit, and credit limit for your account.

get/balance

Response

Get user balance details

Example response

{
  "data": {
    "available_credit": "400.00",
    "balance": "300.00",
    "credit_limit": "100.00",
    "currency": "USD",
    "pending": "10.00",
    "record_type": "balance"
  }
}