bisq-cli
offers no way of querying all market trades
#7219
unbeaten69
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For offers it is possible to query both all the offers available as well as only our own ones:
But for trades there is no way of querying all trades for a market, we can only see the ones we have made:
I propose to have four commands for querying trades instead of two, following the same naming scheme. I.e.:
gettrades
andgettrade
(for querying all trades made on Bisq, the first one would need a--currency-code=
filter I guess)getmytrades
andgetmytrade
(they would do whatgettrades
andgettrade
do at the moment)Plus making the needed changes in the API exposed by the daemon obviously.
Beta Was this translation helpful? Give feedback.
All reactions