---
title: "Token Price (Hourly)"
method: GET
path: "/evm/price-hour"
tags: ["Common"]
---

# Token Price (Hourly)

`GET /evm/price-hour`

Returns historical hourly price data for a specified EVM token. Limitations: Maximum 1000 hours of historical data, timestamps are in UTC format. Use /evm/tokens endpoint to get list of valid token addresses.

## Query parameters

- `chain_id` 1 | 8453
- `token_address` string, required
- `limit` integer
- `offset` integer

## Response `200`

Successful response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `408` — Request Timeout
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/cambrian/apis/cambrian-api.md) · [All operations](https://skmtc.dev/cambrian/apis/cambrian-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cambrian/cambrian-api/revisions/eeb008427ba5/schema)
