Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://aitokencore.com/api/usage/token/' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"code": true,
"message": "ok",
"data": {
"object": "token_usage",
"name": "我的令牌",
"total_granted": 1000000,
"total_used": 250000,
"total_available": 750000,
"unlimited_quota": false,
"model_limits": {},
"model_limits_enabled": false,
"expires_at": 1735689600
}
}
Modified at 2026-04-01 05:36:42