binance Questions

3

Solved

I am trying to download historical price data of BTC/USD perpetual futures using binance's api for coin futures, specifically, I'd like to use this endpoint. However, I cannot find what 'symbol' I ...
Ozzy asked 18/9, 2020 at 22:10

3

Solved

On these sites (https://coinalyze.net/ethereum-classic/liquidations/, BTC/USDT), I am able to add following indications into grpah [Liquidations, Long Liquidations, Short Liquidations, Aggregated L...
Trait asked 12/5, 2021 at 19:27

2

Solved

I would like to get the same information (opened orders) as displayed in order book on Binance site here: I tried: /api/v3/allOrders -- this apparently shows all MY orders api/v3/openOrders -- thi...
Overijssel asked 1/11, 2021 at 18:7

12

I am using visual studio code to try and pull candles from binance but i keep getting the following error: ModuleNotFoundError: No module named 'binance.client'; 'binance' is not a package here...
Homonym asked 29/1, 2020 at 19:0

8

Solved

I have a trading bot which operates in 'ADAUSDT' with dynamic quantities for buying and selling, being my whole USDT balance the initial quantity, and trading with that same balance + profits or lo...
Liverpudlian asked 30/6, 2021 at 17:11

3

Solved

When I run this code: i=0 while i<5: i=i+1; try: SellSta=client.get_order(symbol=Symb,orderId=SellOrderNum,recvWindow=Delay) except client.get_order as e: print ("This is an error mess...
Broker asked 5/11, 2018 at 3:55

13

When trying to place a buy or sell order with the python-binance API I got the following error: APIError(code=-1013): Filter failure: LOT_SIZE. Now I've seen at iceberg_parts that this means ther...
Monson asked 3/5, 2020 at 23:18

4

I would like to get only one pair from the response. And I can't really understand how I should pass my parameter. Instructions say: Symbol price ticker GET /api/v3/ticker/price Latest price for a...
Com asked 23/1, 2021 at 21:34

2

Solved

Binance offers Web Socket Streams with several functions such as Aggregate Streams, Trade Streams, Kline/Candlestick Streams, etc. that you can see here https://github.com/binance/binance-spot-api-...
Vainglory asked 13/2, 2021 at 16:16

3

I checked all the functions I can think of but I don't see anything for this in the Binance C# API: https://github.com/JKorf/Binance.Net All I want is to list the coins I am showing in a list view ...
Temporize asked 10/2, 2021 at 7:50

3

I am currently in the midst of writing myself a little python bot for binance using their API and I find the documentation rather lackluster and wondered whether someone on here might be able to he...
Reversible asked 2/4, 2021 at 23:22

15

Solved

I am working on a project relevant to crypto trading where I need to select a market pair of Binance Exchange and based on the pair choice I have to show various results like current price, 24 Hr p...
Allanadale asked 6/4, 2019 at 13:25

4

I used Binance Python api in my algotrading bot, but I get an error when I use future market api. ''' BinanceAPIException: APIError(code=-2015): Invalid API-key, IP, or permissions for action, requ...
Eisenstein asked 17/11, 2020 at 6:20

3

Solved

I'm trying to build a Binance trading bot, I generated an API key and can use it with a real money, but I need to test the bot using their test -sandbox- account I looked in the documentation and c...
Boatright asked 3/5, 2021 at 22:37

3

Solved

I am trying to pull a list of token contracts held by a wallet address, similar to how bscscan does, except programmatically. bscscan.com/apis does not have an endpoint, and web3js seems to only re...
Voyage asked 22/6, 2021 at 14:27

2

I would like to ask you for help. I´m trying to change python code from sending limit/market order to OCO order through api to binance. I can make limit order, market order, stop loss limit order. ...
Reiss asked 3/1, 2021 at 14:42

4

I am trying to make a request using this code: public JsonObject account() throws BinanceApiException { return (new Request(baseUrl + "v3/account")) .sign(apiKey, secretKey, null).read().asJson...
Biscuit asked 21/5, 2019 at 22:27

5

How do I solve this? TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary I'm trying to use Binance socket manager, and I'm getting this error.
Bourn asked 19/3, 2022 at 4:0

3

I am developing a telegram bot that fetches Candlestick Data from Binance API. I am unable to get JSON Data as a response. The following code is something that I tried: import requests import json...
Adur asked 16/7, 2018 at 9:2

1

Is there a way to track your staking positions? All the Savings positions seem to be easy to reference through the API but it doesn't appear that it supports any of the staking functionality (lists...
Monomerous asked 17/2, 2021 at 0:1

3

Solved

I have a trading bot that trades multiple pairs (30-40). It uses the previous 5m candle for the price input. Therefore, I get 5m history for ALL pairs one by one. Currently, the full cycle takes ab...
Aesculapian asked 21/8, 2020 at 1:30

2

Binance API & python-binance offers async functionality for non-blocking execution as per discussed in Async basics for Binance. I am using BinanceSocketManager listening (async non-blocking) t...
Appetizer asked 7/8, 2021 at 15:6

4

Solved

I tried to upload my python code (Binance trade-bot) on Heroku, but there is an error oссured. Could someone help me, please? from binance.client import Client from datetime import datetime client...
Cutcliffe asked 16/3, 2022 at 13:43

3

Solved

Binance provides good API documentation but in some cases, it looks either incomplete or unclear at least. Symbol Price Ticker: https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker Q...
Floating asked 14/5, 2021 at 10:9

2

I've integrated the Binance API in my project to show a list of all supported symbols and their corresponding icon. However, I'm unable to fetch the symbols name/description. For instance, I can fe...
Selfpropulsion asked 18/8, 2021 at 16:51

© 2022 - 2025 — McMap. All rights reserved.