mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
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:
@@ -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)
|
||||
Reference in New Issue
Block a user