bisq/api/support/offer_make.sh

3 lines
177 B
Bash
Raw Normal View History

2017-01-31 08:23:29 +01:00
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