pybit
pybit copied to clipboard
Python3 API connector for Bybit's HTTP and Websockets APIs.
When using websockets to get the content of the orderbook `(orderBookL2_25.Symbol)` the content of the orderbook obtained when calling `fetch()` is out of order. When `Bybit `sends the orderbook the...
Recently, position mode switch was released for USDT perp, which means position_idx is a required parameter when in single position mode. https://bybit-exchange.github.io/docs/linear/#2021-12-28 In pybit Custom Endpoints there is a command...
I'm having trouble using the Websockets feature support. If there were enhanced docs, or a strong example, or test case that would help alot. - I cannot figure out how...
- lets use our logging framework in our tests instead of printing to console - do not redirect logging to a file, its better at stderr when in a test...
create_internal_transfer and create_subaccount_transfer should raise exception instead of log error
This is similar to issue #72 in that error states are just logged instead of raised for handling. I'll provide a PR.
…st logging an error and returning nothing
Hi Pybit/Bybit API Admin, We've noticed a strange behavior in Pybit/Bybit API where certain range of leverage value is constantly rejected by Bybit API despite the new leverage value is...
Since Dexter and MJ do 99% of the work here now, they deserve the spotlight.
I'm running your example, and got time out on ssl or refused. And I found that even if I use: import requests h = { "user-agent": "Mozilla/5.0 (Windows NT 10.0;...
I literally didn't change anything in my code and from one day to another, I cant execute any place_active_order() because this is the error i get.