跳转到内容

股单详情

获取股单详情,包括名称、描述及成分股列表。

CLI
longbridge sharelist detail 123

Parameters

NameTypeRequiredDescription
idinteger股单 ID

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "id": 123,
    "name": "AI Picks",
    "description": "Top AI infrastructure stocks",
    "securities": ["AAPL.US", "NVDA.US"]
  }
}

Response Status

StatusDescriptionSchema
200成功SharelistDetail
400请求错误None

Schemas

SharelistDetailResponse

NameTypeRequiredDescription
sharelistobjecttrue股单详情
scopesobjectfalse订阅权限信息

SharelistInfo

NameTypeRequiredDescription
idintegertrue股单 ID
namestringfalse名称
descriptionstringfalse描述
coverstringfalse封面图 URL
subscribers_countintegerfalse订阅人数
chgstringfalse当日涨跌幅
this_year_chgstringfalse年初至今涨跌幅
subscribedbooleanfalse是否已订阅
sharelist_typeintegerfalse类型:0=普通,3=官方,4=行业
industry_codestringfalse行业代码
stocksobject[]false成分股列表,见 SharelistStock

SharelistScopes

NameTypeRequiredDescription
is_selfbooleanfalse是否为创建者
subscriptionbooleanfalse是否已订阅