GetExchangeList



```isSummary```参数为```false```时,返回的数据:

```JSON
{
    "code": 0,
    "data": {
        "result": {
            "exchanges": [{
                "category": "商品期货",
                "eid": "Futures_CTP",
                "id": 123,
                "logo": "/upload/asset/236192b0caaca5fadf948.svg",
                "meta": "...",
                "name": "CTP协议",
                "priority": 10,
                "profiles": "...",
                "stocks": "FUTURES",
                "website": "http://www.sfit.com.cn/"
            }]
        },
        "error": null
    }
}

```JSON
{
    "code": 0,
    "data": {
        "result": {
            "exchanges": [{
                "category": "商品期货",
                "eid": "Futures_CTP",
                "id": 123,
                "logo": "/upload/asset/236192b0caaca5fadf948.svg",
                "name": "CTP协议",
                "priority": 10,
                "website": "http://www.sfit.com.cn/"
            }]
        },
        "error": null
    }
}
  • meta: 交易所配置元数据。
  • profiles: 前置机配置信息。

isSummary参数用于指定返回的数据是否为概要信息。

isSummary true bool

GetAccount DeleteNode