How do I automate the CSV-dumping of trade history from Bisq?

You can retrieve trade history with CLI. To achieve it:

  • run daemon:
./bisq-daemon --apiPassword=xyz
  • in separate console window run cli:
./bisq-cli --password=xyz gettrades --category=closed
2 Likes