get-historical-prices
Retrieve historical price data for token pairs on Osmosis by specifying pool ID, asset denominations, and time range with desired resolution for analysis.
Instructions
Returns historical price data for a token pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseAssetDenom | Yes | The base asset denomination | |
endTime | No | End time for historical data (ISO 8601 format) | |
poolId | Yes | The ID of the liquidity pool | |
quoteAssetDenom | Yes | The quote asset denomination | |
resolution | No | Data resolution (1m, 5m, 15m, 1h, 4h, 1d) | |
startTime | No | Start time for historical data (ISO 8601 format) |