BitMax uses aggregate

Author: The Little Dream, Created: 2019-05-13 12:08:48, Updated: 2019-05-16 17:22:38

BitMax uses aggregate

BitMax note

  • BitMax is in useexchange.IOWhen accessing the exchange interface directly, the grouping of the account is written in the URL. The encapsulated functions exchange.GetAccount, etc., are already handled directly by the underlying layer.

    The interface to be called directly with the IO needs to be written in the URL:

    # 假设 测试的账号 分组 ID 为 1 。
    var ret = exchange.IO("api","POST","/1/api/v1/order", strParams);
    
  • 2019.5.13 Upgraded useexchange.IOAccess the lever interface by subscribing for support.

Need to update the host

Need to update the host


More