Skip to main content
GET
/
api
/
aitaquote
/
quote
/
warrant
/
issuers
获取轮证发行商 ID
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/warrant/issuers \
  --header 'x-api-key: <api-key>'
{
  "issuers": [
    {
      "issuerId": 123,
      "nameCn": "<string>",
      "nameEn": "<string>",
      "nameHk": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

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

Response

发行商列表

issuers
object[]