-
Sometimes my bot fails simply fetching balance details although the internet connection is fine.
```
import os
from pathlib import Path
from binance.client import Client
client = Client(
a…
-
Чтобы создать Telegram-бота, который будет отслеживать касания криптовалютами уровней скользящих средних MA 99 и MA 200 на Binance и отправлять уведомления в Telegram, можно воспользоваться библиотека…
-
Hi,
First many TKS for this beautiful software !
When i try to run :
` hft_backtest/hftbacktest/connector`
Using
`cargo run main binancefutures ./examples/binancefutures.toml`
I got …
-
client = Client(config.API_KEY , config.API_SECRET,tld='us')
this is my code
and this is the error i am having
Exception has occurred: BinanceAPIException
APIError(code=0): Invalid JSON erro…
-
Hello, maybe it's not an issue and I'm just dumb,
I made a small btc tracker taking use of binance api and custom-widget
While it's pretty straightforward
config
```yaml
crypto:
type: "ya…
-
Currently, `Instrument` only has
- `max_quantity`
- `min_quantity`
From the trading rules and symbol information of the exchanges, the restrictions for limit orders and market orders are differ…
-
### User Story:
As a user with a low Unique Humanity Score,
I want to verify my identity through KYC and Biometric steps,
So that I can improve my Unique Humanity Score and access features securely.
…
-
The premium Index klines data as provided by the http endpoint is missing in the python connector.
Endpoint Doc : https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data…
-
#### Expected Behavior
it has to submit stop market order without problem, like its described in you api docs
https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-t…
-
Google,YouTube正常,但请求binance会返回0.0.0.0,请求okx会返回169.254.0.2
```sh
➜ ~ curl -v "https://www.okx.com"
* Trying 169.254.0.2:443...
^C
➜ ~ curl -v "https://www.binance.com"
* Trying 0.0.…