Skip to content
Alchemy Logo

Token Prices By Symbol

GET
https://api.g.alchemy.com/prices/v1/{apiKey}/tokens/by-symbol

Fetches current prices for multiple tokens using their symbols. Returns a list of token prices, each containing the symbol, prices, and an optional error field.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key.

Query Parameters

string[]required

Array of token symbols (limit 25). Example: symbols=[ETH,BTC]

Responses

200

Successful response, even if some tokens are missing.

400

Bad Request: Malformed request or missing parameters.

429

Too Many Requests: Rate limit exceeded.

Was this page helpful?