跳轉到主要內容

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.

概覽

這個端點返回目前管理令牌所屬組織的餘額彙總。它使用與計費和結算相同的組織餘額事實源。

注意事項

  • 金額真值欄位以 USD 返回:balancetotal_rechargetotal_used
  • 人民幣展示欄位以 balance_cnytotal_recharge_cnytotal_used_cny 返回。
  • exchange_rate 是本次回應中所有 *_cny 欄位使用的 USD→CNY 匯率。
  • preferred_currency 表示組織在 Dashboard 中的展示偏好,不會改變 USD 真值欄位。

範例

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

請求 / 回應

使用上方的互動式 OpenAPI 面板以取得確切的架構。