跳轉到內容

獲取標的社區討論

獲取指定股票的討論列表。

CLI安裝 CLI

bash
# Tesla 社群討論帖子
longbridge topics TSLA.US
# Apple 社群討論帖子
longbridge topics AAPL.US
# NVDA 社群討論帖子
longbridge topics NVDA.US

Request

HTTP MethodGET
HTTP URL/v1/content/{symbol}/topics

Path Parameters

NameTypeRequiredDescription
symbolstringYES股票代碼,使用 ticker.region 格式,例如:AAPL.US

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "39304657",
        "title": "英伟达 GTC 备受关注;阿里 "Token 战略" 再加码|今日重要消息回顾",
        "description": "0317 |海豚君重点关注:🐬 个股 1、[st]ST/US/NVDA#英伟达.US[/st] 英伟达 GTC 2026 大会正式开幕,英伟达创始人兼 CEO 黄仁勋发表了主题演讲。宣布,其下一代 Vera Rubin 架构将推出专为空间轨道数据中心设计的 Vera Rubin Space Module,性能比 H100 提升 25 倍。同时宣布与 Groq 合作开发新型 LPU 芯片...",
        "url": "https://longbridge.com/topics/39304657",
        "published_at": "1773736144",
        "comments_count": 1,
        "likes_count": 7,
        "shares_count": 4
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200返回成功topics_response
500內部錯誤None

Schemas

topics_response

NameTypeRequiredDescription
itemsobject[]true討論列表
∟ idstringtrue討論 ID
∟ titlestringtrue標題
∟ descriptionstringtrue摘要/描述
∟ urlstringtrue討論詳情鏈接
∟ published_atstringtrue發佈時間,Unix 時間戳(秒)
∟ comments_countint32true評論數
∟ likes_countint32true點贊數
∟ shares_countint32true分享數