Files
ritmex-bot/docs/binance/binance_derivatives/docs_derivatives_options-trading_user-data-streams_Event-Greek-Update.md
T
2026-02-27 10:52:43 +08:00

1.7 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
Event Greek Update | Binance Open Platform https://developers.binance.com/docs/derivatives/options-trading/user-data-streams/Event-Greek-Update 2026-01-27T05:28:12.735Z

Event: Greek Update

Event Description

GREEK_UPDATE will be triggered when a position changes or periodically every 10 seconds when having position.

URL PATH

/private

Event Name

GREEK_UPDATE

Response Example

{        "e": "GREEK_UPDATE",        "E": 1762917544216,        "T": 1762917544216,        "G": [            {                "u": "BTCUSDT",                 "d": "-0.01304097",   //delta                "g": "-0.00000124",   //gamma                "t": "16.11648100",   //theta                 "v": "-3.83444011"    //vega            }        ]}