Skip to Content

Add Securities to Sharelist

Add one or more securities to a sharelist.

CLI
longbridge sharelist add 123 TSLA.US AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
idintegerYESSharelist ID
symbolsstring[]YESSecurity symbols to add

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success"
}

Response Status

StatusDescriptionSchema
200SuccessNone
400Bad requestNone