Skip to content

Best API-client for Stock Exchanges (2018). Getting fresh orders in real time.

Notifications You must be signed in to change notification settings

bitcoinment/kupinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

kupinet

Best API for Stock Exchanges

Best API-client for Stock Exchanges (2018). Getting fresh orders in real time.

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

$ pip3 install kupinet==4.0.1

Init example

from kupinet import kupinet

Stocks API

# Get all stocks
kupinet.KUPINET('freeApi').Stocks().getList()

# Get orders by Stock name
kupinet.KUPINET('freeApi').Stocks('Binance').getOrders('ETH','BTC')

# Get all pairs from the Stock
kupinet.KUPINET('freeApi').Stocks('Binance').getAllPairs()

Pairs API

# Find best prices for Pair in all Stocks
kupinet.KUPINET('freeApi').Pair('LTC','ETH').getBestPrices()

Find Best Prices API

# Find best ASK
kupinet.KUPINET('freeApi').BestPrices('LTC').Ask()

# Find best BID
kupinet.KUPINET('freeApi').BestPrices('LTC').Bid()

Cryptocurrency Converter (Calculator) API

# Coins list
kupinet.KUPINET('freeApi').Calc().Data()

# Convert Coin to Coin
kupinet.KUPINET('freeApi').Calc('LTC','ETH').Amount(10)

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