Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/greyblake/poloniex-rs
- Owner: greyblake
- Created: 2017-08-19T16:18:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T10:13:45.000Z (about 7 years ago)
- Last Synced: 2024-09-17T05:39:49.975Z (about 2 months ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* [ ] return24VolumeTrading 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.