A script that lists all current Bisq offers in the terminal

A script that lists all current Bisq offers in the terminal

Bisq is a decentralized bitcoin exchange that allows us to buy or sell bitcoin peer-to-peer.

This script shows all current buy or sell offers in the Bisq network in our preferred fiat currency.

We can indicate the following paramenters in our script header:

  • avoid_methods: payment methods to hide in order to get a cleaner output

lsbisq.py -t -f -d

Where:

  • : (string) BUY or SELL (example: -t BUY). Default value is BUY
  • : (string) Currency we want to exchange for bitcoin (example:-f EUR). Default value is EUR
  • : (integer) Max deviation (in percentage) from market price (example: -d 8). Default value is 8 %

Alternatively:

lsbisq.py -h : to show help and check

 

 

 

To finish reading, please visit source site