GetRobotGroupList()
returns the live trading grouping list
of FMZ Quant Trading Platform account corresponding to the API KEY
in the request.
{
"code": 0,
"data": {
"result": {
"items": [{
"id": 3417,
"name": "Test"
}, {
"id": 3608,
"name": "Live trading demo"
}]
},
"error": null
}
}
items
field only records newly created groups. The “default” group is not in items
.No parameter
GetNodeList GetPlatformList