Bitget APIBitget API
统一账户经典账户
旧文档
  • 概览
  • API 文档
  • WebSocket
  • Agent Hub
  • SDK
  • 更新日志
Copied to clipboard
Stock+
    期权行情
      查询期权实时报价get查询期权链get获取到期日列表get查询期权成交量get
    股票行情
      获取标的基本信息get获取标的K线get获取标的历史K线get获取标的盘口get获取标的当日分时数据get获取标的实时报价get获取标的逐笔明细get
    订单
      创建订单post修改订单post撤销订单post查询当日订单get查询历史订单get查询订单详情get查询当日成交get查询历史成交get
    成交
      查询占位信息get
    Stock+ 资产
      资金划转post获取划转记录get查询账户资金get查询资金流水get查询股票持仓get
Stock+
Stock+

期权行情

期权行情


查询期权实时报价

GET
https://api.bitget.com
/api/v3/stockplus/market/option-quote

限频规则: 1秒内不超过10次调用,并发请求数不超过5

该接口用于批量查询美股期权合约的实时行情,包含期权特有的行情字段(隐含波动率、未平仓数、行权价等)。

注意:

  • 通过 Open API 访问期权实时报价,需要先领取「OPRA 美股期权行情(API)」行情卡。
  • OPRA 期权行情(API)仅针对白名单用户开放,请联系 BD 申请。
  • 新开通 Stock+ 期权交易功能的客户,请点击 APP 右上角「美股」,点击 我的 > 我的卡券 > 立即激活,完成《非专业用户评估问卷》后领取 OPRA 实时行情卡。

查询期权实时报价 › Request Parameters

symbol
​string · required

标的代码列表,通过期权链接口获取期权标的的symbol。使用 ticker.region 格式,例如 AAPL220429P162500.US 校验规则: 每次请求支持传入的标的数量上限是 500 个

查询期权实时报价 › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
​object
​object[]

期权标的行情数据列表

GET/api/v3/stockplus/market/option-quote
curl 'https://api.bitget.com/api/v3/stockplus/market/option-quote?symbol=<string>'
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "secuQuote": [ { "symbol": "AAPL220429P162500.US", "lastDone": "7.78", "prevClose": "4.13", "open": "4.43", "high": "7.80", "low": "4.43", "timestamp": "1651003200000", "volume": "3082", "turnover": "1813434.00", "tradeStatus": "1", "impliedVolatility": "0.592", "openInterest": "11463", "expiryDate": "20220429", "strikePrice": "162.50", "contractMultipier": "100", "contractType": "A", "contractSize": "100", "direction": "P", "historicalVolatility": "0.2750", "underlyingSymbol": "AAPL.US" } ] } }
json
application/json

查询期权链

GET
https://api.bitget.com
/api/v3/stockplus/market/option-chain-info

限频规则: 1秒内不超过10次调用,并发请求数不超过5

该接口用于根据正股标的查询其下所有期权合约,按到期日分组返回。

查询期权链 › Request Parameters

symbol
​string · required

标的代码,使用 ticker.region 格式,例如: AAPL.US

expiryDate
​string · required

期权到期日,格式: YYYYMMDD,例如: 20220429,通过到期日列表接口获取

查询期权链 › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
​object
​object[]

到期日期权标的列表

GET/api/v3/stockplus/market/option-chain-info
curl 'https://api.bitget.com/api/v3/stockplus/market/option-chain-info?symbol=<string>&expiryDate=<string>'
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "strikePriceInfo": [ { "price": "160.00", "callSymbol": "AAPL220429C160000.US", "putSymbol": "AAPL220429P160000.US", "standard": true } ] } }
json
application/json

获取到期日列表

GET
https://api.bitget.com
/api/v3/stockplus/market/option-expiry-date

限频规则: 1秒内不超过10次调用,并发请求数不超过5

该接口用于获取标的的期权链到期日列表。

获取到期日列表 › Request Parameters

symbol
​string · required

标的代码,使用 ticker.region 格式,例如: AAPL.US

获取到期日列表 › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
​object
expiryDate
​string[]

标的对应的期权链到期日列表,格式: YYMMDD

GET/api/v3/stockplus/market/option-expiry-date
curl 'https://api.bitget.com/api/v3/stockplus/market/option-expiry-date?symbol=<string>'
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "expiryDate": [ "20220429", "20220506", "20220513" ] } }
json
application/json

查询期权成交量

GET
https://api.bitget.com
/api/v3/stockplus/market/option-volume

限频规则: 1秒内不超过10次调用,并发请求数不超过5

该接口用于获取今日认购/认沽期权成交量快照。

查询期权成交量 › Request Parameters

symbol
​string · required

美股标的代码,例如: AAPL.US、TSLA.US

查询期权成交量 › Response Parameters

200

Successful response

code
​string
msg
​string
requestTime
​integer
​object
c
​string

当日总认购期权成交量

p
​string

当日总认沽期权成交量

GET/api/v3/stockplus/market/option-volume
curl 'https://api.bitget.com/api/v3/stockplus/market/option-volume?symbol=<string>'
Example Responses
{ "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "c": "284512", "p": "195830" } }
json
application/json

股票行情