Skip to content

Getting fresh orders in real time. Documentation for the Binance APIs and Streams.

Notifications You must be signed in to change notification settings

bitcoinment/binance_api_documentation

Repository files navigation

binance_api_documentation

Documentation for the Binance APIs and Streams

Documentation for the Binance APIs and Streams

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 binance-api-documentation==1.4.3

Init example

from binance_api_documentation import binance_api_documentation

Stocks API

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

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

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

Pairs API

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

Find Best Prices API

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

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

Cryptocurrency Converter (Calculator) API

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

# Convert Coin to Coin
binance_api_documentation.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

Abouts us

We are a team of crypto developers. Our goal is to make the most convenient crypto services possible. Contact with us

About

Getting fresh orders in real time. Documentation for the Binance APIs and Streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published