Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
460 B
13 lines
460 B
|
|
|
|
Examples: |
|
|
|
curl --header "Content-Type: application/json" \ |
|
--request POST \ |
|
--data '{"coin_from":"btc","coin_to":"xmr","amt_from":10,"amt_to":10,"lockseconds":1200}' \ |
|
http://localhost:12701/json/offers/new |
|
|
|
curl --header "Content-Type: application/json" \ |
|
--request POST \ |
|
--data '{"show_extra":true}' \ |
|
http://localhost:12701/json/bids/00000000636ab87a5c8950b66684e86b5ed3684f175c8d05a8f0bfb6
|
|
|