viewRegisteredSymbols
View symbols registered for both the current trading session and the next trading session.
| Parameter | Required | Description |
|---|---|---|
| command | Y | viewRegisteredSymbols |
| identifier | Y | The clearing firm identifier to view |
Example Response
{"code":"200",
"data":{
"current":["ZVZZT"],
"next":["ZVZZT"]
}
"msg":"",
}




