Bonjour Software CryptoCLI is a cryptocurrency command-line tool.
- Docker runtime
- fetch last trade price for a given cryptocurrency symbol:
docker run bonjoursoftware/cryptocli price --symbol BTC-GBPTip: prices can be polled at regular intervals with the --ticker argument (in seconds):
docker run bonjoursoftware/cryptocli price --symbol BTC-GBP --ticker 300- print manual:
docker run bonjoursoftware/cryptocli --helpTip: the --help argument also works on subcommands:
docker run bonjoursoftware/cryptocli price --help