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

GetAccount

The GetAccount method is used to acquire the account information corresponding to the API KEY in the request of the FMZ Quant Trading Platform account.

{
    "code":0,
    "data":{
        "result":{
            "balance":22944702436,
            "concurrent":0,
            "consumed":211092719653,
            "currency":"USD",
            "email":"123@qq.com",
            "openai":false,
            "settings":null,
            "sns":{"wechat":true},
            "uid":"105ea6e51bcc177926a10fdbb7e2a1d6",
            "username":"abc"
        },
        "error":null
    }
}
  • balance: Account balance The value here is an integer due to precision control. To convert it into an actual value, you need to divide it by 1e8 (i.e. 10 to the 8th power). The actual value here is: 229.44702436
GetRobotDetail GetExchangeList