Reorder and rename some method inside _RestAuthenticatedEndpoints class.

This commit is contained in:
Davide Casale
2023-02-01 18:00:00 +01:00
parent 06dc9e1c0a
commit 0dd6fa9dbb
7 changed files with 103 additions and 101 deletions

View File

@@ -10,7 +10,7 @@ bfx = Client(
API_SECRET=os.getenv("BFX_API_SECRET")
)
notification = bfx.rest.auth.submit_funding_toggle_auto_renew(
notification = bfx.rest.auth.toggle_auto_renew(
status=True,
currency="USD",
amount="150",