注意:字段名含 _usd是 OpenAI 格式兼容遗留,实际金额单位为 CNY。
curl --location --request GET '/v1/dashboard/billing/subscription' \
--header 'Authorization: Bearer <token>'{
"object": "billing_subscription",
"has_payment_method": true,
"soft_limit_usd": 2030.803724,
"hard_limit_usd": 2030.803724,
"system_hard_limit_usd": 2030.803724,
"access_until": 0
}