rest: add derivative status and set collateral endpoints

This commit is contained in:
Jacob Plaster
2019-07-19 10:31:27 +07:00
parent 839eb873b0
commit fe21ef24b0
3 changed files with 54 additions and 7 deletions

View File

@@ -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))