clob_get_price_history
Retrieve historical price points for a token to analyze trends and momentum. Specify interval and optional time bounds for time-series context.
Instructions
Fetch historical price points for one token.
Use this tool when the user wants trend, momentum, or time-series context for a known token.
Prefer this tool over get_price when the question is about change over
time rather than the current quote. Do not use this tool if the token ID is
not yet known; use Gamma discovery first.
The input should be a single CLOB token ID plus an interval and optional time bounds. A common next step is to summarize the trend or compare recent history with the current quote or spread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Historical price query arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | ||
| interval | Yes | ||
| points | No | ||
| count | Yes | Return the number of history points. Returns: int: Number of returned points. |