GET
/
analytics
/
trades-flow
/
gamma-exposures
/
normalized-usd
Gamma Normalized in USD
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/trades-flow/gamma-exposures/normalized-usd \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "exchange": "deribit",
        "currency": "BTC",
        "snapshotTimestamp": 1717617600000,
        "normalizedGammaNative": -22.07765550775552,
        "normalizedGammaUSD": -1536496.8118206968
      },
      {
        "exchange": "deribit",
        "currency": "BTC",
        "snapshotTimestamp": 1717614000000,
        "normalizedGammaNative": 37.33809977769953,
        "normalizedGammaUSD": 2599346.918318157
      },
      {
        "exchange": "deribit",
        "currency": "BTC",
        "snapshotTimestamp": 1717610400000,
        "normalizedGammaNative": 67.15288052508603,
        "normalizedGammaUSD": 4675586.288582318
      },
      {
        "exchange": "deribit",
        "currency": "BTC",
        "snapshotTimestamp": 1717606800000,
        "normalizedGammaNative": 28.4745839134447,
        "normalizedGammaUSD": 1982449.319461716
      },
      {
        "exchange": "deribit",
        "currency": "BTC",
        "snapshotTimestamp": 1717603200000,
        "normalizedGammaNative": 51.763541274933594,
        "normalizedGammaUSD": 3601382.0583224255
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:deribit
required

[Required] The exchange for which to retrieve the listed option level 1 quotes. [Examples] deribit | okex | bybit

currency
string
default:BTC
required

[Required] The underlying currency for which there are listed option instruments. [Examples] BTC | SOL_USDC Note: inverse options have underlying currencies formatted as (BTC, ETH) while linear option currency formats include the stable coin in the same (SOL_USDC)

timeFormat
string

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200
application/json

Successful request

The response is of type object.