mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
rest: add derivative status and set collateral endpoints
This commit is contained in:
@@ -12,8 +12,7 @@ API_SECRET=os.getenv("BFX_SECRET")
|
||||
bfx = Client(
|
||||
API_KEY=API_KEY,
|
||||
API_SECRET=API_SECRET,
|
||||
logLevel='DEBUG',
|
||||
rest_host='https://test.bitfinex.com/v2'
|
||||
logLevel='DEBUG'
|
||||
)
|
||||
|
||||
now = int(round(time.time() * 1000))
|
||||
|
||||
Reference in New Issue
Block a user