Skip to main content

Open Interest

API Description#

Get open interest for specific underlying asset on specific expiration date.

HTTP Request#

GET /eapi/v1/openInterest

Request Weight#

0

Request Parameters#

NameTypeMandatoryDescription
underlyingAssetSTRINGYESunderlying asset, e.g ETH/BTC
expirationSTRINGYESexpiration date, e.g 221225

Response Example#

[    {        "symbol": "ETH-221119-1175-P",        "sumOpenInterest": "4.01",        "sumOpenInterestUsd": "4880.2985615624",        "timestamp": "1668754020000"    }]