get https://api.amberdata.com/markets/derivatives/analytics/trades-flow/put-call-distribution
Using proprietary algorithm (Amberdata direction) that assess real initiator of a trade, we sum by the amounts of contracts and premium of the last 24 hours (default) according to put/call/bought/sold metrics.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].callsContractsBought | number | The reflects the amount of contracts bought using Amberdata direction. |
payload.data[index].putContractsBought | number | The reflects the amount of contracts bought using Amberdata direction. |
payload.data[index].callsContractsSold | number | The reflects the amount of contracts sold using Amberdata direction. |
payload.data[index].putContractsSold | number | The reflects the amount of contracts sold using Amberdata direction. |
payload.data[index].callsPremiumBought | number | The reflects the amount of dollar premium bought using Amberdata direction. |
payload.data[index].putPremiumBought | number | The reflects the amount of dollar premium bought using Amberdata direction. |
payload.data[index].callsPremiumSold | number | The reflects the amount of dollar premium sold using Amberdata direction. |
payload.data[index].putPremiumSold | number | The reflects the amount of dollar premium sold using Amberdata direction. |
payload.data[index].callsContractsBoughtExchangeDirection | number | The reflects the amount of contracts bought using exchange direction. |
payload.data[index].putContractsBoughtExchangeDirection | number | The reflects the amount of contracts bought using exchange direction. |
payload.data[index].callsContractsSoldExchangeDirection | number | The reflects the amount of contracts sold using exchange direction. |
payload.data[index].putContractsSoldExchangeDirection | number | The reflects the amount of contracts sold using exchange direction. |
payload.data[index].callsPremiumBoughtExchangeDirection | number | The reflects the amount of dollar premium bought using exchange direction. |
payload.data[index].putPremiumBoughtExchangeDirection | number | The reflects the amount of dollar premium bought using exchange direction. |
payload.data[index].callsPremiumSoldExchangeDirection | number | The reflects the amount of dollar premium sold using exchange direction. |
payload.data[index].putPremiumSoldExchangeDirection | number | The reflects the amount of dollar premium sold using exchange direction. |