🔓 API Keys
DexCheck supports API key-based authentication to unlock Pro and Enterprise rate limits. Including a valid key in your requests lets you exceed the default Free-plan quotas and access any plan-specific features.
Generating & Managing Keys
Log in to your DexCheck API Dashboard. (to be linked)
Navigate to Settings → API Keys.
Click “Create API Key”, give it a descriptive name, and copy the token.
You can revoke or regenerate keys at any time from the same page.
Using Your API Key
REST Requests:
Include your key in the header:
X-API-KEY: <your_api_key>
Note: Never embed your API key in public client-side code. Store it securely (e.g., environment variables or a secrets manager).
WebSocket Connections:
Append as a query parameter:
wss://ws.dexcheck.ai/token-price?api_key=<your_api_key>
Last updated