Fill out gettrades-help.txt

This commit is contained in:
ghubstan 2022-01-22 16:03:34 -03:00
parent 2a3a2988ec
commit 6e0299642e
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -2,26 +2,32 @@ gettrades
NAME
----
gettrades - get trade history
gettrades - get open, closed, or failed trades
SYNOPSIS
--------
gettrades
--currency-code=<usd|eur|bsq|xmr>
--category=<open|closed|failed>
DESCRIPTION
-----------
TODO
Displays list of all currently open, closed, or failed trades.
OPTIONS
-------
--currency-code
TODO
--category
The category of trade summaries: open (pending), closed (historical), and failed.
The default category option value is open.
EXAMPLES
--------
To see ... :
$ ./bisq-cli --password=xyz --port=9998 gettrades --currency-code
To see summaries of all open (pending) trades:
$ ./bisq-cli --password=xyz --port=9998 gettrades
OR
$ ./bisq-cli --password=xyz --port=9998 gettrades --category=open
To see ... :
$ ./bisq-cli --password=xyz --port=9998 gettrades ---currency-code
To see summaries of all closed (historical) trades:
$ ./bisq-cli --password=xyz --port=9998 gettrades ---category=closed
To see summaries of all failed trades:
$ ./bisq-cli --password=xyz --port=9998 gettrades ---category=failed