https://query.elkapi.com/user/quotaGETkey (the API key you registered on the TheedgeAPI platform)**Request Example**
https://query.elkapi.com/user/quota/?key=sk-xxx
## Response Response Example
```json
{
"username": "example_user",
"total_quota": 2105.234088,
"total_used_quota": 21.065912,
"request_count": 1221,
"keys": [
{
"name": "tts测试",
"remain_quota": 8.93872,
"used_quota": 2.099206
},
{
"name": "Concurrent Test",
"remain_quota": 10,
"used_quota": 0
},
{
"name": "mjTest",
"remain_quota": 8.55,
"used_quota": 1.45
},
{
"name": "TestKey",
"remain_quota": 999999999,
"used_quota": -1
}
]
}| Field Name | Description |
|---|---|
| username | Username |
| total_quota | Current account balance (in US dollars) |
| total_used_quota | Cumulative account quota used |
| request_count | Cumulative number of requests |
| keys.name | API Key name |
| keys.remain_quota | Remaining quota for the key (-1 indicates unlimited quota) |
| keys.used_quota | Key Usage Limit (-1 indicates unlimited limit) |