π Authentication
Authentication method for Token Metrics API
Notes
- You can retrieve your Token Metrics API key from the API Dashboard under the API Keys tab. The root URL for Token Metrics API is
https://api.tokenmetrics.com/v2/
.- It is recommended to store the API key securely in your backend.
Token Metrics API Authentication Method
If this is your first time using the Token Metrics API key, you can supply the API key to the root URL using this way:
Header : x-api-key
Authentication Method | Example using Tokens Endpoint |
---|---|
Header (cURL) | curl -X GET "<<https://api.tokenmetrics.com/v2/tokens>"> -H "x-api-key: YOUR_API_KEY |
API Key Usage Credits
- Each request made to any endpoint counts as 1 call = 1 credit.
- Your monthly credit quota and rate limit depend on the API plan youβre subscribed to.
- To monitor your API usage:
- Go to the API Dashboard.
- Track remaining credits, rate limits, and usage history in real-time.
Updated 6 days ago