Skip to main content
GET
/
api
/
aitaquote
/
quote
/
option_volume
获取实时期权成交量
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/option_volume \
  --header 'x-api-key: <api-key>'
{
  "volume": {
    "c": "<string>",
    "p": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

标的代码,通常为美股正股代码。

Response

实时期权成交量

volume
object