资源加载中... loading...

GetRobotGroupList

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: Live trading grouping information.
    • id: Live trading grouping Id.
    • name: Live trading grouping name. The items field only records newly created groups. The “default” group is not in items.

No parameter

GetNodeList GetPlatformList