Pairs Historical [ENT]

Retrieves the historical VWAP for the specified base, quote pair - this is the global VWAP across all supported contracts.

Default results are over 1 minute intervals with 60 minutes lookback period.

VWAP is calculated as a volume weighted moving average across all contracts.

🚧

Time Range Limit

The maximum time range (difference between startDate and endDate) is:

  • 1 day with minutely data
  • 31 days with hourly data
  • 1 year with daily data

📘

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours with a 1 minute frequency.

Response Data

FieldTypeDescription
timestampnumber | stringThe time at which the event occured.
pairstringThe name of the pair.
pricenumberThe price of the pair.
vwapnumberThe Volume Weighted Average Price.
volumenumberThe volume of the pair at this point in time.
baseAddressstringSame as passed in parameter
baseSymbolstringSymbol of the base asset
quoteAddressstringSame as passed in parameter
quoteSymbolstringSymbol of the quote asset
Language
Authentication
Header
Click Try It! to start a request and see the response here!