Prices
Current price candles and historical price points for spot assets.
get
/v1/defi/market/pricesGet price candles by symbolReturns the latest price candles (open/high/low/close) for an asset acrossget/v1/defi/market/prices/historyGet price history for a symbolReturns historical price points for an asset over a configurable lookbackget/v1/defi/market/prices/history/pointGet price at a point in timeReturns the last known price for an asset at or before the given timestamp.get/v1/defi/market/prices/history/batchGet price history for multiple symbolsReturns price history for multiple symbols in a single request. Each symbolget/v1/defi/market/prices/indicatorsGet a technical indicator seriesReturns one or more technical indicator lines computed from the asset'sget/v1/defi/market/prices/rangeGet min/max price over a windowReturns the minimum and maximum price observed for an asset within aget/v1/defi/market/prices/candlesGet OHLC candles for a symbolReturns open/high/low/close buckets for an asset over a configurable