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.
CNYinputs are retired and return400 currency_retired. -
Monetary fields are returned in USD. Use
balance,total_recharge, andtotal_usedfor display; usebalance_decimal,total_recharge_decimal, andtotal_used_decimalfor exact billing reconciliation.
Example
Request / Response
Use the interactive OpenAPI panel above for the exact schema.Response example
Important fields
Always
organization_balance.Organization associated with the current management token.
Current organization balance in USD as a JSON number for display.
Exact current organization balance in USD as a decimal string for reconciliation.
Total successful organization recharge amount in USD as a JSON number for display.
Exact total successful organization recharge amount in USD as a decimal string for reconciliation.
Total organization usage spend in USD as a JSON number for display.
Exact total organization usage spend in USD as a decimal string for reconciliation.