Token
Token - Price by Time
Get token price at a specific timestamp
GET
Token - Price by Time
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Get the current price of a token in USD and native currency. For historical prices, use the
/prices endpoint or GraphQL DEXTrades Cube.token_get_priceAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A chain name listed in supported networks Supported blockchain chains
Available options:
sol, eth, bsc An address of a token
Query Parameters
Price timestamp (Unix epoch in seconds)
Response
200 - application/json
Get Price By Time
Token price
Token address
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Price in USD
Example:
"1000"
Timestamp
Example:
1754055151000
Price in native token (alias)
Example:
"1000"
Price in native token
Example:
"1000"
Token - Price by Time

