curl --request GET \
--url https://api.moonshot.cn/v1/users/me/balance \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"available_balance": 49.58894,
"voucher_balance": 46.58893,
"cash_balance": 3.00001
},
"scode": "0x0",
"status": true
}查询您在 Kimi 开放平台上的可用余额、代金券余额和现金余额。
curl --request GET \
--url https://api.moonshot.cn/v1/users/me/balance \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"available_balance": 49.58894,
"voucher_balance": 46.58893,
"cash_balance": 3.00001
},
"scode": "0x0",
"status": true
}Documentation Index
Fetch the complete documentation index at: https://platform.kimi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
此页面对您有帮助吗?