Introduction

Retrieve historical token pricing data with Historical Token Price API

The Historical Token Price API helps you get past token prices. 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.

The Historical Token Price API is part of the Verify bundles.

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 Historical 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 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.