跳转到主要内容

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