fix example

This commit is contained in:
itsdeka
2023-01-30 13:12:06 +01:00
parent a924721bbe
commit 0dd23b3ba5

View File

@@ -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)