mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 03:03:48 +01:00
3 lines
177 B
Bash
3 lines
177 B
Bash
|
clear
|
||
|
curl -s http://localhost:8080/api/offer_make?market=market&payment_account_id=$1&direction=BUY&amount=101&min_amount=99&fixed=fixed&price=600 | python -m json.tool | less
|