get https://api.amberdata.com/markets/derivatives/analytics/instruments/most-traded
This endpoit returns the most traded instruments on a selected exchange for a selected underlying currency, for a given date range. Users can filter out select trade types: "ALL" trades, "Block" trades and "Non-Block" trades.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].currency | string | The currency. |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].instrument | string | This is the instrument name. |
payload.data[index].contractVolume | number | Total sum of contracts traded for the selected time period |