mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Edit demos in examples/ folder to use lowercase property identifiers.
This commit is contained in:
@@ -27,5 +27,5 @@ print(f"Limits {limits}")
|
||||
|
||||
# Update position collateral
|
||||
response = bfx.rest.auth.set_derivative_position_collateral(symbol="tBTCF0:USTF0", collateral=50)
|
||||
print(response.STATUS)
|
||||
print(response.status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user