# Poloniex Rust client for [Poloniex API](https://poloniex.com/support/api/). ## Roadmap Public API: * [x] returnTicker * [ ] return24Volume * [x] returnOrderBook * [x] returnTradeHistory * [x] returnChartData * [x] returnCurrencies * [x] returnLoanOrders Trading API: * [x] returnBalances * [ ] returnCompleteBalances * [ ] returnDepositAddresses * [ ] generateNewAddress * [ ] returnDepositsWithdrawals * [ ] returnOpenOrders * [ ] returnTradeHistory * [ ] returnOrderTrades * [ ] buy * [ ] sell * [ ] cancelOrder * [ ] moveOrder * [ ] withdraw * [ ] returnFeeInfo * [ ] returnAvailableAccountBalances * [ ] returnTradableBalances * [ ] transferBalance * [ ] returnMarginAccountSummary * [ ] marginBuy * [ ] marginSell * [ ] getMarginPosition * [ ] closeMarginPosition * [ ] createLoanOffer * [ ] cancelLoanOffer * [ ] returnOpenLoanOffers * [ ] returnActiveLoans * [ ] returnLendingHistory * [ ] toggleAutoRenew ## License [MIT](https://github.com/greyblake/whatlang-rs/blob/master/LICENSE) © [Sergey Potapov](http://greyblake.com/) ## Contributors - [greyblake](https://github.com/greyblake) Potapov Sergey - creator, maintainer.