Category "binance"

Contract in bsctestnet cannot be verified

I tried to deploy my tokens on BSC testnet using Remix, but I always get an error when I verify. I tried a lot of methods, but still no solution. In fact the ge

How to create a futures limit order together with take profit and stop loss on binance?

I am trying to create a limit order together with take profit and stop loss on binance, but this does not always work. Occasionally this code does everything ri

Binance API Issue - Python

APIError(code=-2015): Invalid API-key, IP, or permissions for action I keep getting the above issue. I am not sure what the issue is. I am able to access the cl

How do I use an API key/secret on Binance's TestNet?

Following the instructions here, https://docs.binance.org/smart-chain/wallet/arkane.html, I created a Binance SmartChain account with its "0x" prefixed wallet a

Optimal grid trading strategy when price out of grid bounds

I'm considering various grid trading strategies and I'm wondering what's the optimal action (if any) to take when the price goes out of grid bounds. In the imag

How to get cryptocurrency's price in EUR Node.js?

As a example in coinbase-api I can get cryptocurrency's price this way: const eth_eur = await publicClient.getProductOrderBook('ETH-EUR', { level: 1 }); As you

Get transfer event for BNB on Binance Smart Chain Using Web3.js

Please I would like to know how I could get only transfer event of BNB on BSC using web3.js Objective: Each time a user makes a BNB deposit to an address on my

how to display binance crypto specific pair price value in flutter UI?

I was working to make a crypto app but I have some issues displaying crypto pairs in UI. I've tried different ways but it's not working. Please can you suggest

binance Order would immediately trigger

Hello I Try To Create An order by type STOP_MARKET in binance future It's My Code : from binance.client import Client api_key = '#' api_secret = '#' if _

With the Python-Binance API, my limit order is only partially filled

I'm using Python 3.9 and the Python - Binance API, version python-binance==1.0.15. In their test environment, I'm placing buy orders like so order=self._get_au

Transfer USDT between spot and futures in Binance using ccxt python

exchange = ccxt.binance({ -- "apiKey": 'xxx', "secret": 'xxx', 'options': { 'adjustForTimeDifference': True }, 'enableRateLimit': True }) exchange_f = ccxt.

TradinView problem with reading webhooks and running the page script

I have the following problem: In the TradingView application, I have alarms set and sending them via the URL Webhook to the address http://mpietraszewski.cba.pl

Binance API proper way to open a futures trade?

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 whethe

Time out error during Deployment in Binance Smart Chain

I got an error while deploying contract in Binance Smart Chain plz help me if anybody knows it error message looks like this Deploying 'WhitePaperInterestRat

Python Error: get_exchange_info() takes 1 positional argument but 2 were given [closed]

Getting error "TypeError: get_exchange_info() takes 1 positional argument but 2 were given" reference: https://python-binance.readthedocs.io/e

How to fetch all open positions of binance futures through Binance api

How to fetch all open positions of binance futures (not only my account data) through Binance API ?

How to get ALL (or multiple) pair's historical klines from Binance API in ONE request?

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 on

Two websockets with BinanceSocketManager

I'm trying to open two web sockets - depth book and user socket. Here's my code: async def sockets(client): bm = BinanceSocketManager(client) ds = bm.de

Binance error - Too much request weight used; current limit is 1200 request weight per 1 MINUTE

exchange.load_markets() while 1: try: bars = exchange.fetch_ohlcv(ETH/USDT, timeframe='5m', limit=5)

Binanace get Order Book in C# .Net Core

i'm part of a MarketMaker team and currently need to get crypto Market Data from Binance. Here are the requirements... get public market data, so dont have api