-
# Team Name: BalloonBox
![scrt sibyl image](https://github.com/BalloonBox-Inc/SCRTSibyl_phase2/blob/main/images/logo_horizontal.png)
## Project Description
Project name: **SCRTsibyl_phase2**
…
-
Sometimes the system clock does not synchronize correctly which can cause the following Binance API error:
`{"code":-1021,"msg":"Timestamp for this request was 1000ms ahead of the server's time."}`
…
-
import django.utils.timezone
from django.conf import settings
from django.db import migrations, models
TIMEZONES = sorted([(tz, tz) for tz in zoneinfo.available_timezones()])
class Migration(migrati…
-
**Describe the bug**
Using COIN-M methods (using python-binance) is causing weird erros. Analogous USD-M with same parameters are working fine.
**To Reproduce**
This works:
client.get_historic…
-
Futures ETHUSDT market has an issue in JSON.parse (I don't know if it occurs in Spot or Coin-m, etc.)
The order id value of Ethereum has been changed from Number to Bigint.
It seems to have occurr…
-
I have integrated the Binance.API.Csharp.Client and can get the following listener to work
binanceClient.ListenTradeEndpoint("ethbtc", AggregateTradesHandler3)
So it works in principle.
**H…
-
**Describe the bug**
get_historical_klines and get_klines data has gaps in it.
**To Reproduce**
client.get_historical_klines('ADABTC', '5m', '2 hours ago UTC')
and plot the data
I've also tried…
-
https://testnet-dex.binance.org/api/v1/peers
Seeds obtained from this site still won't work when added!!!!!!!
Can someone tell me how to synchronize the test network? Thank you very much!!!!!!!!!!!!…
-
- [x] 빗썸, 바이낸스 차액 모니터링 서비스
- [x] 지정차익 알림
- [ ] 지정차익 자동 매수/매도
- [ ] 수익 모델링
- [ ] 변동성 모델링
- [ ] 거래소, 환율 범용화
- [ ] 히스토리, 그래프 추가
-
Whenever I try to call any API I get this error
`TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.family' must be one of: 0, 4, 6. Received false
`
```
2022-04-26T16:02:13.318271+00:00 a…