mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
32 lines
858 B
JSON
32 lines
858 B
JSON
{
|
|
"offers": [
|
|
{
|
|
"enabled": true,
|
|
"coin_from": "Particl",
|
|
"coin_to": "Monero",
|
|
"amount": 500,
|
|
"amount_step": 50,
|
|
"min_coin_from_amt": 100,
|
|
"minrate": 0.0015,
|
|
"ratetweakpercent": 5,
|
|
"amount_variable": true,
|
|
"address": "-1",
|
|
"name": "Offer 0",
|
|
"offer_valid_seconds": 3600
|
|
},
|
|
{
|
|
"enabled": true,
|
|
"coin_from": "Monero",
|
|
"coin_to": "Litecoin",
|
|
"amount": 50,
|
|
"amount_step": 5,
|
|
"min_coin_from_amt": 0.25,
|
|
"minrate": 2.3,
|
|
"ratetweakpercent": 5,
|
|
"amount_variable": true,
|
|
"address": "-1",
|
|
"name": "Offer 1",
|
|
"offer_valid_seconds": 3600
|
|
}
|
|
]
|
|
}
|