Closed thangng48 closed 2 years ago
Hi, yes docs simply aren't up to date, new data types not documented are liquidation
(same format as trade), option_summary
(fields are documented at https://docs.tardis.dev/downloadable-csv-files#options_chain) and book_ticker
which is like quote
but using native tickers/quotes/book_ticker channels of exchanges when supported.
Docs update is on the roadmap, should be finished in Q1 2021.
@thaaddeus
Thank you for confirming it. Closing this issue.
As stated in [official document] (https://docs.tardis.dev/api/tardis-machine#normalized-data-types),
tardis-machine
supports 7 normalized types:But in the source code, it supports more data types like:
liquidation
: https://github.com/tardis-dev/tardis-machine/blob/d4b6e90a95360f639e8ea95d2038e88496f16c47/src/helpers.ts#L46option_summary
: https://github.com/tardis-dev/tardis-machine/blob/d4b6e90a95360f639e8ea95d2038e88496f16c47/src/helpers.ts#L49And, I'd tried actual request to my
tardis-machine
, it returns normalized data, for instance ofliquidation
:Are there any inconsistent between the actual behavior and documentation, or I misunderstood some points in your docs or source code ? Please clarify it. Thanks !