Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library.

This commit is contained in:
Davide Casale
2023-01-12 18:10:00 +01:00
parent ccabb0f2c2
commit ff58f049a7
6 changed files with 100 additions and 107 deletions

View File

@@ -21,6 +21,6 @@ notification = bfx.rest.auth.submit_funding_offer(
print("Offer notification:", notification)
offers = bfx.rest.auth.get_active_funding_offers()
offers = bfx.rest.auth.get_active_funding_offers(symbol="fUSD")
print("Offers:", offers)