Skip to Content

Create Sharelist

Create a new community stock list with an optional initial set of securities.

CLI
longbridge sharelist create --name "AI Picks" --description "Top AI infrastructure stocks"

Parameters

SDK method parameters.

NameTypeRequiredDescription
namestringYESSharelist name
descriptionstringNODescription
securitiesstring[]NOInitial list of security symbols, e.g. ["AAPL.US", "NVDA.US"]

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "id": 15922
  }
}

Response Status

StatusDescriptionSchema
200SuccessCreateSharelistResponse
400Bad requestNone

Schemas

CreateSharelistResponse

NameTypeRequiredDescription
idint64trueID of the newly created sharelist