mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
regen docs
This commit is contained in:
committed by
Jacob Plaster
parent
f974268d7a
commit
7b3700f619
@@ -11,7 +11,7 @@ bfx = Client(
|
||||
API_KEY=API_KEY,
|
||||
API_SECRET=API_SECRET,
|
||||
logLevel='DEBUG',
|
||||
dead_man_switch=true, # <-- kill all orders if this connection drops
|
||||
dead_man_switch=True, # <-- kill all orders if this connection drops
|
||||
channel_filter=['wallet'] # <-- only receive wallet updates
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user