/api/assetpricing/v1/internal/historical/pricesInternal endpoint that retrieves historical OHLC (Open, High, Low, Close) price data for multiple base assets in a single request. Assets that fail to fetch are returned as empty lists in the response. Time Range Limits by Interval: MINUTE (max 1 day), HOUR (max 7 days), DAY (max 90 days).
bases array[string] required >= 0 items<= 1000 items["btc","eth","sol"]quote string required fiatusdinterval string required MINUTE HOUR DAYDAY^(MINUTE|HOUR|DAY)$start string 2023-01-01T00:00:00.000Zend string 2023-01-02T00:00:00.000Z