Skip to main content

Overview

This endpoint returns the current balance totals for the organization associated with the management token. It uses the same organization balance current reference as billing and settlement.

Notes

  • Monetary fields are USD-only. CNY inputs are retired and return 400 currency_retired.
  • Monetary fields are returned in USD. Use balance, total_recharge, and total_used for display; use balance_decimal, total_recharge_decimal, and total_used_decimal for exact billing reconciliation.

Example

Request / Response

Use the interactive OpenAPI panel above for the exact schema.

Response example

Important fields

string
Always organization_balance.
string
Organization associated with the current management token.
number
Current organization balance in USD as a JSON number for display.
string
Exact current organization balance in USD as a decimal string for reconciliation.
number
Total successful organization recharge amount in USD as a JSON number for display.
string
Exact total successful organization recharge amount in USD as a decimal string for reconciliation.
number
Total organization usage spend in USD as a JSON number for display.
string
Exact total organization usage spend in USD as a decimal string for reconciliation.