mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
source "env.sh"
|
|
$BISQ_HOME/bisq-cli --password=xyz --port=9998 getavgbsqprice --days=30
|