- CHANGELOG again View
- Add debug prints View
- Pass correct type on event View
- Move debug in if View
- ws -> selft View
- Update websocket.rb View
- Initial futures api support View
- Version up View
- Update README View
- Add CHANGELOG.md View
- Update View
- Update README View
- CHANGELOG generator View
- MD again View
- Update CHANGELOG generator + CHANGELOG View
- CHANGELOG link View
- Update websocket gem View
- OCO order View
- Add allPrices endpoint, and all_prices method View
- Remove unused allPrices endpoint View
- Version 1.2.0 View
- Remove REST#product method and endpoint. View
- Appease the RuboCop Gods. View
- Add REST#dust_log method and endpoint. View
- Version 1.1.0 View
- Copy & paste fail in query order method doc View
- add public adapter for public withdraw endpoints View
- add systemStatus endpoint View
- add system status request View
- tidy whitespace View
- remove comma from last item in hash View
- Refactor using metaprogramming. View
- Add new #withdraw_fee endpoint. View
- Update method call. View
- Change expected options in REST options from camelCase to snake_case. View
- Update various things. View
- Version 1.0 View
- Make small changes to README. View
- Fix API url View
- Allow rest.open_orders without params View
- Fix **option into option = {} to maintain consistency. View
- Version 0.4.3 View
- Modify internal Class names to CamelCase in accordance with rubocop. View
- Refactor REST client code. * Decouple Faraday clients from API "libraries". * Move Faraday client initialization into REST. * Prevent api_key and secret_key from being accessible. * Simplify everything and get rid of ugly / bad coding choices. View
- Give more meaningful and detached names to REST Faraday client methods. View
- Change REST#request endpoint argument from String to Symbol. View
- Loosen runtime dependency requirements to include minor upgrades. View
- Version 0.4.2 View
- Hotfix for Historical Trades endpoint not having API key header. View
- Fix comment that didn't list fromId option as optional. View
- Version 0.4.1 View
- Add gem version badge. View
- Update REST Client API URL. View
- Add Faraday adapter option to Client::REST initializer. View
- Basic WebSocket functionality implemented. View
- Update README to include instructions for WebSocket. View
- Add comments to WebSocket API. View
- Make private methods private. View
- Add comments to REST API. View
- Add comments to Withdraw API. View
- Add missing accountStatus endpoint. View
- Add comment to account_status. View
- Add comments to Public API. View
- Add comments to Account API. View
- Version 0.3.0 View