get https://api.amberdata.com/markets/derivatives/analytics/trades-flow/put-call-ratio
This endpoint returns the Put Call Ratio for open interest and volume. The users can request the data in daily or hourly granularity.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].currency | string | The underlying currency. |
payload.data[index].exchange | string | The respective exchange for the calculated put call ratio. |
payload.data[index].putCallRatioOpenInterest | number | This is the put call ratio calculated using open interest. |
payload.data[index].putCallRatioVolume24hr | number | This is the put call ratio calculated using volume of the past 24hours. |
payload.data[index].timestamp | timestamp | This represents the exchange timestamp. |