Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
120 views

I am using the python-binance library to place a STOP_MARKET order on Binance Futures. The API call is successful and returns a valid order response with an algoId. However, the order appears in the ...
Emre's user avatar
  • 71
0 votes
1 answer
55 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:{"...
0 votes
0 answers
74 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 (...
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(...
0 votes
0 answers
38 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 ...
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 ...
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
74 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 ...
-1 votes
1 answer
472 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 ...
0 votes
0 answers
142 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 ...
-1 votes
1 answer
234 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 ...
-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 ...
0 votes
0 answers
64 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 ...
1 vote
2 answers
739 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 ...
1 vote
0 answers
349 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....

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /