Get historical prices

get/api/v1/internal/marketdata/historical/prices

Get a list of historical prices in a specified time range.

Query Parameters

  • basestringRequired
    The asset or currency to compare to the quote asset or currency (case insensitive).
  • quotestringRequired
    The asset or currency to compare to the base asset or currency (case insensitive).
  • intervalstringRequired
    Unit of time.
    Enum: minute hour day
  • timestampstring<date-time>
    ISO 8601 string representation of date
    Example: 2019-05-02T15:27:35.773Z

200 Response

data object required
prices dictionary<string, array> required
nextBatchPrevId string required

400 Response

error string required
errorName string required