mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
cancel all funding offers
This commit is contained in:
@@ -25,4 +25,9 @@ print("Offer notification:", notification)
|
||||
|
||||
offers = bfx.rest.auth.get_active_funding_offers(symbol="fUSD")
|
||||
|
||||
print("Offers:", offers)
|
||||
print("Offers:", offers)
|
||||
|
||||
# Cancel all funding offers
|
||||
notification = bfx.rest.auth.cancel_all_funding_offers(currency="fUSD")
|
||||
|
||||
print(notification)
|
||||
Reference in New Issue
Block a user