From 0dd23b3ba5de9396156994498e5d7fa00730a60a Mon Sep 17 00:00:00 2001 From: itsdeka Date: Mon, 30 Jan 2023 13:12:06 +0100 Subject: [PATCH] fix example --- examples/rest/create_funding_offer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)