orders_history_by_filter (order_type initial_action base rel from_price to_price from_volume to_volume from_timestamp to_timestamp was_taker status include_details)
The orders_history_by_filter method returns all orders whether active or inactive that match the selected filters. Please note that all filters (order_type initial_action, etc.) are combined using logical AND.
Todo:
There is the command orders_history_by_filter in Komodo Wallet RPC API that should be provided by the adex-cli
Impact
orders_history_by_filter
(order_type initial_action base rel from_price to_price from_volume to_volume from_timestamp to_timestamp was_taker status include_details)The orders_history_by_filter method returns all orders whether active or inactive that match the selected filters. Please note that all filters (order_type initial_action, etc.) are combined using logical AND.
Todo:
There is the command
orders_history_by_filter
in Komodo Wallet RPC API that should be provided by theadex-cli