Skip to main content
0 votes
1 answer
52 views

I am using this library (https://github.com/sammchardy/python-binance) to download data from binance. I get the following error after running data collection script for 3 days or so. INFO:root:{"...
pikachu's user avatar
  • 13
0 votes
0 answers
67 views

I'm trying to fetch internal asset transfer history from Binance, specifically transfers between my Funding Wallet and Spot Wallet, using the python-binance library. I'm interested in FUNDING_MAIN (...
Phoenix Write's user avatar
0 votes
0 answers
91 views

I'm trying to get my bot running in paper trading mode. I'm using python-binance library in my code and the keys I generated on testnet.binance.vision. I initialize the client with client = Client(...
Yarick Shokopets's user avatar
0 votes
0 answers
32 views

I am using the official binance API connector. It consisted mainly of two parts: Subscribe WS to receive data REST to send requests. all in sync version I first send two orders using my modify async ...
huan xu's user avatar
0 votes
0 answers
39 views

I am currently working on implementing an AWS Lambda function that interacts with Binance to analyze prices. I successfully installed the python-binance package on my Lambda function. While the ...
Maxence Francois's user avatar
0 votes
1 answer
30 views

This code shall return a list of balances. from binance.client import Client client = Client(api_key, api_secret) account_balances = client.get_account()["balances"] wallet_coins = [balance ...
Stefan Papp's user avatar
  • 2,255
0 votes
0 answers
70 views

I have an IndicatorManager class in Python that takes a Polars DataFrame and calculates 60 indicators, some using TA-Lib and others implemented with Polars code. I've noticed that when I run the class ...
YenilmezHunt's user avatar
-1 votes
1 answer
424 views

I am trying to use the Binance API to create a stop market order like its done in the Web Application but I keep running into problems. The few times the code goes through, it only creates the first ...
Syed Abdullah's user avatar
0 votes
0 answers
133 views

I've been trying to use python binance websocket api with the code below: import websocket SOCKET = "wss://stream.binance.com:9443/ws/btcusdt@trade" def on_open(ws): print('opened ...
RandomGuy's user avatar
  • 105
-1 votes
1 answer
217 views

I have an application that uses the binance api to trade and do some other stuff. The app worked fine for like 2 years, but one day it stopped working. So i decided to create a basic script to ...
Lukas Eber's user avatar
-1 votes
1 answer
1k views

I am new to binance api and now I am using binance futures testnet. I’ve noticed that the data that testnet shows differs from the real futures data. Testnet data: Real data: Additionally testnet ...
Діма Лучик's user avatar
0 votes
0 answers
63 views

from binance.enums import * # from binance.client import Client from binance.streams import ThreadedWebsocketManager import pandas as pd import os import nest_asyncio nest_asyncio.apply() # Define ...
Angela's user avatar
  • 71
1 vote
2 answers
715 views

Let's assume that I have buy_price, given I want to buy x quantity of that coin. If the buy order is executed I want to execute a OCO order which would ensure to take profit on a certain price that ...
Lopez's user avatar
  • 394
1 vote
0 answers
340 views

I tried using different private proxies from multiple proxy seller companies to fetch the Binance websocket stream "wss://stream.binance.com:9443" But I got websocket._exceptions....
Zakariae Jaidi's user avatar
0 votes
0 answers
198 views

I'm fetching the prices for arbitrage but some of the prices seem correct, some are incorrect. i tried more than 20 ways but cant fix it. last_data = [["ETHBTC", "BTCPAX", "...
eymentakak's user avatar

15 30 50 per page