## Way to V1.0.0 - [x] Do everything from TODO - [ ] 6 months without breaking changes in the SDK (exception update hyperliquid api methods) ## TODO - [x] NodeJS v20+ support - [x] Implement helper functions for [`Tick and lot size`](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/tick-and-lot-size) (format px/sz) - [x] Implement helper functions for [`Asset IDs`](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/asset-ids) (parse data from [`meta`](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-perpetuals-metadata-universe-and-margin-tables) / [`spotMeta`](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-spot-metadata)) - [x] Rules/patterns for creating tests for API method arguments and errors (what/how to test, and what not to test)
Way to V1.0.0
TODO
Tick and lot size(format px/sz)Asset IDs(parse data frommeta/spotMeta)