Skip to main content
GET
/
analytics
/
trades-flow
/
put-call-distribution
Put Call Trades Distribution
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/trades-flow/put-call-distribution \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "callsContractsBought": 57457.100000000115,
        "putContractsBought": 40470.70000000006,
        "callsContractsSold": 57535.10000000011,
        "putContractsSold": 35622.60000000012,
        "callsPremiumBought": 106471710.98494382,
        "putPremiumBought": 45180478.74917743,
        "callsPremiumSold": 104654076.88302676,
        "putPremiumSold": 44623690.99527128,
        "callsContractsBoughtExchangeDirection": 55601.00000000013,
        "putContractsBoughtExchangeDirection": 39594.80000000007,
        "callsContractsSoldExchangeDirection": 59251.20000000009,
        "putContractsSoldExchangeDirection": 36498.5000000001,
        "callsPremiumBoughtExchangeDirection": 93552496.91739166,
        "putPremiumBoughtExchangeDirection": 48017408.59515418,
        "callsPremiumSoldExchangeDirection": 116283502.4950176,
        "putPremiumSoldExchangeDirection": 41786761.14929454
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:deribit
required
currency
string
default:BTC
required
startDate
string<date-time>
default:2024-05-21
endDate
string
default:2024-06-01
strike
integer
expirationTimestamp
string
blockTradeId
boolean
timeFormat
string

Response

status
integer
default:0
Example:
title
string
Example:
description
string
Example:
payload
object