项目作者: revoxhere

项目描述 :
💱 Duino-Coin (DUCO) to Coin Magi (XMG) exchange website.
高级语言: HTML
项目地址: git://github.com/revoxhere/duco-exchange.git
创建时间: 2019-09-01T10:55:26Z
项目社区:https://github.com/revoxhere/duco-exchange

开源协议:MIT License

下载






DUCO Exchange source

This repository contains the code for the fully static DUCO Exchange located at https://exchange.duinocoin.com.

License

The DUCO Exchange is distributed under the MIT License. See the LICENSE file for more information.

API Endpoints

  • Exchange rates (per 1 DUCO)
    • URL: https://exchange.duinocoin.com/api/v1/rates
    • Example GET success response:
      1. {
      2. "result": {
      3. "bch": {
      4. "sell": 0.0000007,
      5. "buy": 0.00000125
      6. },
      7. "xmg": {
      8. "sell": 0.1,
      9. "buy": 0.1
      10. },
      11. "lke": {
      12. "sell": 0.75,
      13. "buy": 0.75
      14. },
      15. "bynd": {
      16. "sell": 0,
      17. "buy": 0.1
      18. }
      19. },
      20. "success": true
      21. }
  • Exchange request
    • URL: https://server.duinocoin.com/exchange_request/?username=<username>&password=<password>&email=<email>&type=<ex_type>&amount=<amount>&coin=<coin>&address=<address>
    • Example GET success response:
      1. {
      2. "result": "Your exchange request has been successfully submited",
      3. "success": true
      4. }

Website Link: https://wallet.duinocoin.com