Skip to Content

Sharelist Detail

Get sharelist detail including name, description, and constituent stocks.

Parameters ​

NameTypeRequiredDescription
idintegerYESSharelist 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
200SuccessSharelistDetail
400Bad requestNone

Schemas ​

SharelistDetailResponse ​

NameTypeRequiredDescription
sharelistobjecttrueSharelist information
scopesobjectfalseSubscription scope info

SharelistInfo ​

NameTypeRequiredDescription
idintegertrueSharelist ID
namestringfalseName
descriptionstringfalseDescription
coverstringfalseCover image URL
subscribers_countintegerfalseNumber of subscribers
chgstringfalseDay change percentage
this_year_chgstringfalseYear-to-date change
subscribedbooleanfalseWhether subscribed
sharelist_typeintegerfalseType: 0=regular, 3=official, 4=industry
industry_codestringfalseIndustry code
stocksobject[]falseConstituent stocks, see SharelistStock

SharelistScopes ​

NameTypeRequiredDescription
is_selfbooleanfalseWhether the current user is the creator
subscriptionbooleanfalseWhether the current user is subscribed