Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greyblake/poloniex-rs

Rust client for Poloniex API
https://github.com/greyblake/poloniex-rs

Last synced: about 1 month ago
JSON representation

Rust client for Poloniex API

Awesome Lists containing this project

README

        

# Poloniex

Rust client for [Poloniex API](https://poloniex.com/support/api/).

## Roadmap

Public API:
* [x] returnTicker
* [x] returnOrderBook
* [x] returnTradeHistory
* [x] returnChartData
* [x] returnCurrencies
* [x] returnLoanOrders
* [ ] return24Volume

Trading API:
* [x] returnBalances
* [x] buy
* [x] sell
* [x] returnOpenOrders
* [x] cancelOrder
* [ ] **moveOrder**
* [ ] **returnCompleteBalances**
* [ ] returnDepositAddresses
* [ ] generateNewAddress
* [ ] returnDepositsWithdrawals
* [ ] returnTradeHistory
* [ ] returnOrderTrades
* [ ] 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.