/usage
Track the remaining budget on a OneKeyLLM key.
This page calls GET https://api.tokapi.ai/v1/usage with your bearer token. For the exact response shape, read the usage documentation.
GET /v1/usage
Key budget
Paste a sk-lazytech key to display the configured limit, consumed amount, and available balance.
{
"object": "api_key.usage",
"budget": {
"limit_usd": "...",
"used_usd": "...",
"remaining_usd": "..."
}
}