Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A chain name listed in supported networks
Available options:
sol, base, bsc, polygon, arbitrum, optimism, avalanche, ethereum, zksync, sui An address of a token
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Query Parameters
Timestamp for price query (Unix epoch in seconds)
Example:
1754055151
Response
200 - application/json
Token contract address
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Token price in USD
Example:
1000
Token price in native currency (e.g., SOL)
Example:
1000
Price timestamp (Unix epoch in seconds)
Example:
1754055151

