Get Token Price History
get-token-historyFetch historical OHLCV price data for PulseChain tokens using the token's contract address. Basic access covers 30 days; API key enables full history.
Instructions
Get historical price data (OHLCV) for a PulseChain token. Limited to 30 days without API key; Pro unlocks full history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Token contract address (0x...) | |
| days | No | Number of days of history (default 30, max 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Token contract address | |
| days | Yes | Number of days returned | |
| history | Yes | Array of OHLCV candles |