Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "estimated_expiration_price.(index_name)" ] }}
{ "data": { "is_estimated": false, "price": 3939.73, "seconds": 180929 }}
Estimated expiration (delivery) price updates for the given index_name.
index_name
Provides calculated estimates of the ending price used around expirations/settlement. Useful for monitoring expected settlement levels.
Index identifier, matches (base) cryptocurrency with quote currency
Allowed values: btc_usd, eth_usd, ada_usdc, algo_usdc, avax_usdc, ... (total 47 values)
btc_usd
eth_usd
ada_usdc
algo_usdc
avax_usdc
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Was this page helpful?