Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt

Use this file to discover all available pages before exploring further.

Overview

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

Notes

  • Monetary fields are USD-only. CNY inputs are retired and return 400 currency_retired.
  • Monetary truth fields are returned in USD: balance, total_recharge, and total_used.
  • preferred_currency reflects the organization dashboard display preference; it does not change the USD truth fields.

Example

curl -X GET "https://api.lemondata.cc/v1/management/balance" \
  -H "Authorization: Bearer mt-your-management-token"

Request / Response

Use the interactive OpenAPI panel above for the exact schema.