Skip to main content
GET
/
api
/
aitaquote
/
content
/
topics
获取标的话题
curl --request GET \
  --url https://fcontext.com/api/aitaquote/content/topics \
  --header 'x-api-key: <api-key>'
{
  "topics": [
    {
      "id": "<string>",
      "title": "<string>",
      "url": "<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

标的话题列表

topics
object[]