Token Prices 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

apiKeystringRequired

Query parameters

symbolslist of stringsRequired

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

Response

Successful response, even if some tokens are missing.

datalist of objects

List of token price data.