binance-api-client Questions
8
Solved
I am writing some Python code to create an order with the Binance API:
from binance.client import Client
client = Client(API_KEY, SECRET_KEY)
client.create_order(symbol='BTCUSDT',
recvWindow=599...
Gayelord asked 18/3, 2022 at 17:10
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
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
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
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
2
Solved
I need to listen to User Data Stream, whenever there's an Order Event - order execution, cancelation, and so on - I'd like to be able to listen to those events and create notifications.
So I got my...
Pretty asked 4/3, 2022 at 19:31
1
The /api/v3/exchangeInfo returns the following rate limits
Binance documentation says:
Endpoints related to /api/*:
According to the two modes of IP and UID (account) limit, each are independent...
Electrophotography asked 6/12, 2021 at 2:37
1
© 2022 - 2024 — McMap. All rights reserved.