The Token Price API gives you the price of a specific token in a given chain. It's useful for checking how prices changed over time, which is important for knowing if you're making good investment choices. It is also perfect for compliance, reconciliation, and auditing for finance processes.
Authentication
You can authenticate your request by using your API Key either as a:
- Query parameter (
?apiKey=<YOUR_API_KEY>
)
or
- Header (
X-API-Key: <YOUR_API_KEY>
)
Info:
Refer to the Authenticate Your API Requests page for more details.
Endpoint Structure
The URL structure for Token Price API endpoints is as follows.
https://svc.blockdaemon.com/pricing/v1
Endpoints
All data will be accessible through the following API endpoints:
Endpoint |
---|
Get Chains - GET /allowed_chains |
Get Tokens - GET /allowed_tokens/{chain_id} |
Get Price - POST /quotes/{chain_id} |
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.