- Support for spot trading and transfer to and from spot and perp wallets
0.2.3
- Adds a function to schedule a time to cancel all orders. This feature is available to users who have traded a cumulative volume of > 1M USD.
0.2.2
- Adds functions to create and transfer to sub accounts
0.2.1
* Fixes issue with signing cloid's due to wrong msgpack version * Adds method to query user funding history
0.2.0
Fixes signature hashing for TP/SL orders Adds example to set referrer for a user Various quality of life improvements for development
0.1.21
Updates the SDK to use a new and simplified hashing scheme based on MsgPack. The legacy hashing based on applying Keccak256 to fields individually is still supported by the backend as of this release, but will eventually be deprecated. Users should not expect any api function signatures to change.