Consuming Binance API

329 Views Asked by At

My team and I are building a webapp that can consume data from Binance API, but their documentation is quite complicated to understand. I need someone to show me how to:

  • obtain the live feeds of prices of crypto assets
  • seamless communication between pur wallet on binance protocol and other users on our website
  • automated account balance for our users, based on live feeds from binance restful api.
  • and much more.

I'll be glad for any useful help, thanks in anticipation.

1

There are 1 best solutions below

0
On

If you are using python there are plenty of Binance API wrappers that you can make use of. They have almost all the functionalities available in binanca official API docs, in a user-friendly manner.

For example, you can check python-binance as a start.