Compare commits

..

1 Commits

Author SHA1 Message Date
Nelson Torres a3ab8dd8fe Fixed pair instrument name in search_symbols endpoint.
Fixed instrument in bars endpoint, for options in deribits bs_mktid instead bs_fqme.
Fixed the id is in msg.
2024-11-12 12:16:07 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class Client:
as_np: bool = True, as_np: bool = True,
) -> list[tuple] | np.ndarray: ) -> list[tuple] | np.ndarray:
instrument: str = mkt.bs_fqme instrument: str = mkt.bs_mktid
if end_dt is None: if end_dt is None:
end_dt = now('UTC') end_dt = now('UTC')