v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
pricing

Get Token Price

Fetch current prices for one or more tokens on a specific chain.

post/quotes/{chain_id}

Path parameters

chain_idstring required

A unique numeric identifier for each network. For example, eip155:1 for Ethereum (ETH) and eip155:137 for Polygon (MATIC). <br><br> Refer to ChainList.org for a list of EVM networks.

Request body

addressesstring[]

An array of token addresses you want pricing data for. The 0x0000000000000000000000000000000000000000 address represents the native coin on the given chain, ETH on Ethereum Mainnet or MATIC on Polygon Mainnet. <br><br> You can use the address from the GET Tokens endpoint to get the price for a particular token.

unitsstring[]

An array of quotes for the currency. For example, USD or EUR.

Response

OK