Instruments Most Traded

This endpoit returns the most traded instruments on a selected exchange for a selected underlying currency, for a given date range.

This endpoint also returns the VWAP (Volume-Weighted-Average-Price) and VWAP of implied volatility. The calculation for VWAP uses each available trade, weighted by contract sizes and applied to Price USD and/or Implied Volatility, for the given date range.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].currencystringThe currency.
payload.data[index].instrumentstringThis is the instrument name.
payload.data[index].contractVolumenumberTotal sum of contracts traded for the selected time period
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].vwapIvnumberThis is the volume weighted average implied volatility price, occurring during the selected date range.
payload.data[index].vwapUsdnumberThis is the volume weighted average USD price, occurring during the selected date range.
payload.data[index].maxIvnumberThis is the highest implied volatility trade occurring during the selected date range.
ayload.data[index].minIvnumberThis is the lowest implied volatility trade occurring during the selected date range.

Language
Credentials
Header
Click Try It! to start a request and see the response here!