Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
stream
/
sse
实时推送(Server-Sent Events) headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/stream/sse \
  --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

逗号分隔的 symbol 列表,例如 700.HK,AAPL.US

subTypes
string
required

逗号分隔的订阅类型;可选值 quote,depth,broker,trade

Response

Market-data response headers.