Top "Binance" questions

Binance is a cryptocurrency exchange website.

Python 3 handling error TypeError: catching classes that do not inherit from BaseException is not allowed

When I run this code: i=0 while i<5: i=i+1; try: SellSta=client.get_order(symbol=Symb,orderId=SellOrderNum,…

python exception typeerror binance
How to retrieve a list of all market pairs like ETH/BTC using Binance API?

I am working on a project relevant to crypto trading where I need to select a market pair of Binance …

javascript reactjs api binance
Fetch Candlestick/Kline data from Binance API using Python (preferably requests) to get JSON Dat

I am developing a telegram bot that fetches Candlestick Data from Binance API. I am unable to get JSON Data …

python json api candlestick-chart binance
python-Binance api: APIError(code=-1013): Filter failure: LOT_SIZE

When trying to place a buy or sell order with the python-binance api I got the following error: APIError(code=…

python api cryptocurrency binance
How to use Binance API, simple GET price by ticker

I would like to get only one pair from the response. And I can't really understand how I should pass …

java api binance
How to place a futures market order using python-binance: APIError(code=-1111): Precision is over the maximum defined for this asset

thanks for taking the time to check out my issue. I'm struggling to place orders using python-binance, specifically a perpetual …

python api exception cryptocurrency binance
PancakeSwap API / Swaping BNB with Binance Smart Chain's API

I was wondering if there's a PancakeSwap API, that allows me to swap BNB for a token, and if it …

api binance binance-smart-chain