Token API > EVM Endpoints
Token OHLCV prices by Contract Address
GET/ohlc/prices/evm/{contract}
The EVM Prices endpoint provides pricing data in the Open/High/Low/Close/Volume (OHCLV) format.
Path Parameters
Parameter | Description | Value |
---|---|---|
contract string | EVM contract address to query
| Required |
Query Parameters
Parameter | Description | Value |
---|---|---|
network_id string | The Graph Network ID https://thegraph.com/networks
| mainnet |
interval string | The interval for which to aggregate price data (hourly, 4-hours, daily or weekly).
| 1h |
startTime number | UNIX timestamp in seconds.
| |
endTime number | UNIX timestamp in seconds.
| |
limit integer | The maximum number of items returned in a single request.
| |
page integer | The page number of the results to return.
|
Potential Responses
Status | Description |
---|---|
200 | Successful Response |