跳轉到主要內容

Documentation Index

Fetch the complete documentation index at: https://docs.tokenlab.sh/llms.txt

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

概覽

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

注意事項

  • 金額真值欄位以 USD 返回:balancetotal_rechargetotal_used
  • preferred_currency 表示組織在 Dashboard 中的展示偏好,不會改變 USD 真值欄位。

範例

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

請求 / 回應

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