- Added private channels (only YOUR orders and trades for all currency pairs for convenience):
- PRIVATE_SUBSCRIBE_ORDER_RAW;
- PRIVATE_SUBSCRIBE_TRADE;
- PRIVATE_UNSUBSCRIBE;
- Added private api requests:
- WALLET_ADDRESS;
- WITHDRAWAL_COIN;
- WITHDRAWAL_PAYEER;
- WITHDRAWAL_CAPITALIST;
- WITHDRAWAL_ADVCASH;
- Added private api requests:
- CLIENT_ORDER;
- COMMISSION;
- COMMISSION_COMMON_INFO;
- TRADE_HISTORY;
- MARKET_ORDER;
- Added private api TRADES and CLIENT_ORDERS requests
- Request rate limit is now separated from REST api and increased
- Added private api BALANCE and BALANCES requests
- Added private api LAST_TRADES request
- Refreshed python example
- "Breaking change": Changed type of
sign
field ofWsRequestMetaData
fromstring
tobytes
(you can still usedeprecatedSign
, which is string)
- Added c# and java examples