> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiz.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Get market price history

> Chart points from the indexer. Soft-fails to an empty list.

Use this for charts. Soft-fails to `[]` if the indexer is down.

```ts theme={null}
await market.priceHistory({ from: Math.floor(Date.now() / 1000) - 86400 })
```

## Next

[Get market metrics](/market/metrics)
