Skip to main content
GET
/
api
/
aitaquote
/
quote
/
brokers
获取经纪队列
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/brokers \
  --header 'x-api-key: <api-key>'
{
  "symbol": "<string>",
  "askBrokers": [
    {
      "position": 123,
      "brokerIds": [
        123
      ]
    }
  ],
  "bidBrokers": [
    {
      "position": 123,
      "brokerIds": [
        123
      ]
    }
  ]
}

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

标的代码,例如 700.HK

Response

经纪队列

symbol
string

标的代码。

askBrokers
object[]

卖盘经纪队列。

bidBrokers
object[]

买盘经纪队列。