Historical Token Prices
POST
https://api.g.alchemy.com/prices/v1/{apiKey}/tokens/historical
Provides historical price data for a single token over a time range. You can identify the token by symbol or by network and contract address.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key.
Request Body
Request body for fetching historical token prices. Provide either the token symbol or both network and address, along with the required time range parameters.
Responses
200
Successful response with historical price data.
400
Bad Request: Invalid input (e.g., malformed request, missing parameters).
404
Not Found: Token not found.
429
Too Many Requests: Rate limit exceeded.
Was this page helpful?