# GET /v4/tokens/prices/history

_Merkl API_

Get historical price snapshots for a token. Resolve by symbol (optionally scoped to a chainId) or by exact chainId+address.

### Query parameters

- `symbol` (string)
- `address` (string)
- `chainId` (string | number)
- `from` (string | integer)
- `to` (string | integer)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/tokens/prices/history" \
  -H "x-api-key: YOUR_API_KEY"
```