cURL
curl --request GET \ --url https://api.vectrade.io/v1/vq/developer/usage \ --header 'Authorization: Bearer <token>'
{ "period": "<string>", "totalRequests": 123, "aiRequests": 123, "errorCount": 123, "tokensUsed": 123, "quotaLimit": 123, "quotaRemaining": 123 }
Get aggregated API usage statistics for the current billing period.
Documentation IndexFetch the complete documentation index at: https://docs.vectrade.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Usage statistics