mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
fix example
This commit is contained in:
@@ -23,7 +23,7 @@ notification = bfx.rest.auth.submit_funding_offer(
|
||||
|
||||
print("Offer notification:", notification)
|
||||
|
||||
offers = bfx.rest.auth.get_active_funding_offers(symbol="fUSD")
|
||||
offers = bfx.rest.auth.get_funding_offers(symbol="fUSD")
|
||||
|
||||
print("Offers:", offers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user