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 truth fields are returned in USD: balance, total_recharge, and total_used.
  • RMB display companions are returned as balance_cny, total_recharge_cny, and total_used_cny.
  • exchange_rate is the USD→CNY rate used for every *_cny value in the response.
  • 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.