Retrieves the current USD price for a list of specified token addresses in a single API call. This is more efficient than making multiple requests to the single-token detail endpoint when you only need pricing information.
network path parameter and provide a comma-separated list in the tokens query parameter.
tokens parameter (explode=false).tokens per request. More than 10 will return HTTP 400.How do I pass multiple tokens?
tokens query parameter for each address (e.g., ?tokens=0x...&tokens=0x...).What happens to unknown tokens?
Is the result order guaranteed?
What if all tokens are invalid or unpriced?
Are duplicate token addresses deduped?
Can I send a comma-separated list in one tokens param?
tokens parameter with comma-separated addresses.How many tokens can I request at once?
A comma-separated list of token contract addresses.
Constraints:
Example: ?tokens=0xc02...cc2,0xdac...ec7
10