Get min/max price over a window
GET/v1/defi/market/prices/range
Returns the minimum and maximum price observed for an asset within a configurable lookback window, along with the timestamps at which each extreme occurred. Useful for surfacing 24h highs/lows or computing period-over-period statistics.
See the Time Window & Resolution
section for the format of window.
Request
Responses
- 200
- 400
- 404
- 500
Price range data for the requested symbol
Bad request - invalid parameters
Symbol not found or no price data
Internal server error