BitMax uses aggregate
BitMax note
- BitMax requires a grouping of accounts to be written in the URL when accessing the exchange interface directly using exchange.IO.
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 to use the exchange.IO access lever interface for subscription support.
Need to update the host
Need to update the host