🎉 Kimi K2.6 has been released with improved long-context coding stability.
curl --request GET \
--url https://api.moonshot.ai/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
}REST API to check your available, voucher, and cash balances on Kimi OpenPlatform.
curl --request GET \
--url https://api.moonshot.ai/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.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Authorization header expects a Bearer token. Use an MOONSHOT_API_KEY as the token. This is a server-side secret key. Generate one on the API keys page in your dashboard.
Was this page helpful?