Skip to main content
GET
Get token price

Query Parameters

chain
number[]

Use chain_id instead

Example:
chain_id
number[]

The chain ID(s) to request the data for. You can specify multiple chain IDs, up to a maximum of 55. Use repeated query parameters, e.g., ?chain_id=20&chain_id=56. Optional, because a single chain can as well be specified as a subdomain

Example:
address

The address of the token to get the price for

Example:
symbol

The symbol of the token to get the price for

Example:
timestamp
integer

Timestamp in seconds or milliseconds

Required range: x > 0
include_historical_prices
enum<string>
default:false

Whether to include historical token prices

Available options:
true,
false
Example:

"true"

include_holders
enum<string>
default:false

Whether to include the number of holders

Available options:
true,
false
Example:

"true"

Response

Successful response

data
object[]
required