Poloniex API (2018)
Getting fresh orders in real time. Python client for the Poloniex API.
Check out the Interactive Demo
With this module, you can develop your own crypto-bots, analyze crypto-markets and of course, make money.
Our web-service works 24 hours and keeps high loads
The data of all exchanges come in a single format and contain extended information (links for switching to trading pairs, best asks and bids, exchange rates and much more).
- FREE!
- The actuality of orders is 5-30 seconds!
- Data from most exchanges
- Round-the-clock support
Installation Instructions
$ npm install poloniex_rest_api
Init example
// Also you can use require method:// var poloniex_rest_api = require("poloniex_rest_api");let KUPINET = 'freeApi'; // Init Free Api Key { let response = await KUPINET console}
Stocks API
;let KUPINET = 'freeApi'; // Init Free Api Key // Get all stocks { let response = await KUPINET console} // Get orders by Stock name { let response = await KUPINET console} // Get all pairs from the Stock { let response = await KUPINET console}
Pairs API
;let KUPINET = 'freeApi'; // Init Free Api Key // Find best prices for Pair in all Stocks { let response = await KUPINET console}
Find Best Prices API
;let KUPINET = 'freeApi'; // Init Free Api Key // Find best ASK { let response = await KUPINET console} //Find best BID { let response = await KUPINET console}
Cryptocurrency Converter (Calculator) API
;let KUPINET = 'freeApi'; // Init Free Api Key // Coins list { let response = await KUPINET console} // Convert Coin to Coin { let response = await KUPINET console}
In the future
- Unloading historical trade data
- Multi-trading through a single terminal
- Tool for crypto arbitrage
- API for JavaScript, PHP, C#
- Launch of a decentralized exchange
- Widget (calculator) for integration with sites
About us
We are a team of crypto developers. Our goal is to make the most convenient crypto services possible. Contact with us