Skip to main content

Historical Exercise Records

API Description

Get historical exercise records.

  • REALISTIC_VALUE_STRICKEN -> Exercised
  • EXTRINSIC_VALUE_EXPIRED -> Expired OTM

HTTP Request

GET /eapi/v1/exerciseHistory

Request Weight

3

Request Parameters

NameTypeMandatoryDescription
underlyingSTRINGNOUnderlying index like BTCUSDT
startTimeLONGNOStart Time
endTimeLONGNOEnd Time
limitINTNONumber of records Default:100 Max:100

Response Example

[
{
"symbol": "BTC-220121-60000-P", // symbol
"strikePrice": "60000", // strike price
"realStrikePrice": "38844.69652571", // real strike price
"expiryDate": 1642752000000, // Exercise time
"strikeResult": "REALISTIC_VALUE_STRICKEN" // strike result
}
]