Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
option
获取期权实时行情 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/option \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

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

Query Parameters

symbols
string
required

期权标的代码列表,使用英文逗号分隔。

Response

Market-data response headers.