diff --git a/examples/rest/create_funding_offer.py b/examples/rest/create_funding_offer.py index 343fa1d..fd10cc8 100644 --- a/examples/rest/create_funding_offer.py +++ b/examples/rest/create_funding_offer.py @@ -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)