跳到主要内容

历史行权记录

接口描述

查询行权记录

  • REALISTIC_VALUE_STRICKEN 行权
  • EXTRINSIC_VALUE_EXPIRED 未行权

HTTP请求

GET /eapi/v1/exerciseHistory

请求权重

3

请求参数

名称类型是否必需描述
underlyingSTRINGNO标的资产如BTCUSDT
startTimeLONGNO开始时间
endTimeLONGNO结束时间
limitINTNO默认值:100 最大值:100.

响应示例

[
{
"symbol": "BTC-220121-60000-P", // 交易对
"strikePrice": "60000", // 行权价
"realStrikePrice": "38844.69652571", // 行权结算价格
"expiryDate": 1642752000000, // 行权时间
"strikeResult": "REALISTIC_VALUE_STRICKEN" // 行权结果
}
]