-
This task consists in mapping token symbol tickers from crypto exchanges onto the full information uniquely defining the underlying asset.
As an example, the symbol ticker DIA on Binance exchange sho…
-
This task consists in mapping token symbol tickers from crypto exchanges onto the full information uniquely defining the underlying asset.
As an example, the symbol ticker DIA on Binance exchange sho…
-
This task consists in mapping token symbol tickers from crypto exchanges onto the full information uniquely defining the underlying asset.
As an example, the symbol ticker DIA on Binance exchange sho…
-
This task consists in mapping token symbol tickers from crypto exchanges onto the full information uniquely defining the underlying asset.
As an example, the symbol ticker DIA on Binance exchange sho…
-
This task consists in mapping token symbol tickers from crypto exchanges onto the full information uniquely defining the underlying asset.
As an example, the symbol ticker DIA on Binance exchange sho…
-
Crypto markets experience both bull and bear periods mid / long term and up/down price movement intraday.
A lack of capability to trade short during bear periods limits strategies to trading again…
-
When sending the below object into the module
```rs
PlaceActiveOrderData {
symbol: "BTCUSDT",
side: Buy,
qty: 0.013,
order_type: Market,
price: None,
time_in_force: P…
-
Nice project !
When running this minimal example, there is no output, according to the api docs I would expect to see output:
```
from pybit import WebSocket
from time import sleep
ws = We…
-
## 課題
Bybitのレスポンスデータは、REST・WebSocket・エンドポイント・契約取引、によって異なる型のデータが配信される。
例: RESTはfloatたが、WebSocketはstrなど
こちらのPR https://github.com/MtkN1/pybotters/pull/81#discussion_r695278511 でまとめて頂いたコメントにてそれが顕著…
MtkN1 updated
2 years ago
-
As a user I need the connector to comply with the limits imposed by Bybit API. It should not consume more than the limits because that will imply a penalization in the connection.
Bybit imposes limit…