Token Prices By Address

Fetches current prices for multiple tokens using network and address pairs. Returns a list of token prices, each containing the network, address, prices, and an optional error field.

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
addresseslist of objectsRequired

Array of token network and address pairs (limit 25 addresses, max 3 networks). Networks should match network enums.

Response

Successful response, even if some prices are missing.
datalist of objects
List of token prices by address.

Errors