Compare commits

..

1 Commits

Author SHA1 Message Date
Nelson Torres cd92ef8b3a Added cryptofeed and pyarrow necessary for the feed, enable deribit
in the brokers init file, at this point the feed is working, to check
the tables use vd tool.
2024-08-28 19:01:22 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ async def get_client(
https://docs.deribit.com/?python#authentication-2 https://docs.deribit.com/?python#authentication-2
""" """
renew_time = 10 renew_time = 10
access_scope = 'trade:read' access_scope = 'trade:read_write'
_expiry_time = time.time() _expiry_time = time.time()
got_access = False got_access = False
nonlocal _refresh_token nonlocal _refresh_token