The exchange CoinAll General Protocol Plugin support

Author: The Little Dream, Created: 2018-08-13 20:50:14, Updated: 2018-08-16 00:01:36

The exchange CoinAll General Protocol Plugin support

There are two versions of the plugin, a 64-bit Linux and a 64-bit Windows.

链接: https://pan.baidu.com/s/1gFODux9ukCd9evSxzVha7w 
密码: 2t4t
  • Configuration information

    img

  • Change of address

    Log(exchange.GetAccount())
    exchange.IO("api", "POST", "_BaseApi", "baseApi=www.baidu.com")
    Log(exchange.GetAccount())
      
    exchange.IO("api", "POST", "_BaseApi", "baseApi=https://www.coinall.com")
    Log(exchange.GetAccount())
    
  • IO call example

    // GET/api/account/v3/wallet
    var  ret = exchange.IO("api", "POST", "/api/account/v3/wallet", "method=GET")
    Log(ret)
      
    // POST/api/account/v3/transfer  
    /*
      currency    CAC
      amount      1000
      from        1
      to          6     转出账户(0:子账户 1:币币 6:钱包)
    */
    var ret1 = exchange.IO("api", "POST", "/api/account/v3/transfer", "currency=CAC&amount=1000&from=1&to=6")
    Log(ret1)
    

If there are errors, bugs, or problems, please leave a comment.


More

liuwei9090There are two files in it, please ask if the other is a source file besides the exe file, how do I open it

The Little DreamOne is for the win system, and the other is for the linux system.