跳转到主要内容

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 面板获取确切的模式。