💱 Duino-Coin (DUCO) to Coin Magi (XMG) exchange website.
This repository contains the code for the fully static DUCO Exchange located at https://exchange.duinocoin.com.
The DUCO Exchange is distributed under the MIT License. See the LICENSE
file for more information.
https://exchange.duinocoin.com/api/v1/rates
{
"result": {
"bch": {
"sell": 0.0000007,
"buy": 0.00000125
},
"xmg": {
"sell": 0.1,
"buy": 0.1
},
"lke": {
"sell": 0.75,
"buy": 0.75
},
"bynd": {
"sell": 0,
"buy": 0.1
}
},
"success": true
}
https://server.duinocoin.com/exchange_request/?username=<username>&password=<password>&email=<email>&type=<ex_type>&amount=<amount>&coin=<coin>&address=<address>
{
"result": "Your exchange request has been successfully submited",
"success": true
}
Website Link: https://wallet.duinocoin.com