メインコンテンツへスキップ

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 で返されます: balance, total_recharge, total_used
  • RMB 表示値は balance_cny, total_recharge_cny, total_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 パネルを使用してください。