This is the code used in Binance Python API – A Step-by-Step Guide published on the Algotrading101 Blog
** The code and article were updated on June 28, 2021 to work with the latest version of Python-Binance (v0.7.10)
- What is the Binance API?
- Why should I use the Binance API?
- Why shouldn’t I use the Binance API?
- What are the alternatives to using the Binance API?
- Are there any Python libraries available for the Binance API?
- How do I get started with the Binance API?
- Does Binance offer a demo account?
- How do I retrieve my account balance using the Binance API?
- How can I retrieve the latest price for Bitcoin?
- How can I get Bitcoin’s historical price data in CSV format?
- Should I trade futures or spot? What is the difference?
- How to access technical indicators such as the 20 SMA?
- How to fire an order for Ethereum using the Binance API?
- How to implement a stop loss or take profit using the Binance API?
- How to use Binance Coin (BNB) for discounted trading commissions?
- How to execute a trade on ETH when BTC hits a certain price?
- How to execute an ETH trade when BTC moves 5% in the last 5 minutes?
- Final Thoughts
- python >= 3.4+
- python_binance (tested to work with >= 0.7.10 )
- bta_lib (tested to work with >= 1.0.0 )
- pandas (tested to work with >= 1.0.3 )
author: | Jignesh Davda |
---|---|
author page: | https://algotrading101.com/learn/author/jdavda/ |
published: | 2020-06-30 |