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"
}
}
}This chart depicts the overall impact of “gamma exposure” (GEX) in terms of notional in the underlying for a 1% move in spot prices.
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"
}
}
}Was this page helpful?