Git Product home page Git Product logo

serverless-api-partners's Introduction

Serverless APIs for MEW Partners

Serverless api to communicate with Changelly/Bity api

Live endpoint

https://swap.mewapi.io

Bity API

https://swap.mewapi.io/bity

createTransaction

{
  "jsonrpc": "2.0",
  "method": "createTransaction",
  "params": {	"amount": 0.5,
				"pair": "ETHBTC",
				"mode": 1,
				"destAddress": "1DECAF2uSpFTP4L1fAHR8GCLrPqdwdLse9"
			},
  "id": 83
 }

getStatus

{
  "jsonrpc": "2.0",
  "method": "getStatus",
  "params": [orderId],
  "id": 83
 }

Changelly API

https://swap.mewapi.io/changelly

changelly api is identical to https://api-docs.changelly.com Except api-key and sign headers are not required

createTransaction

{
  "jsonrpc": "2.0",
  "method": "createTransaction",
  "params": {
			  "from": "eth",
			  "to": "btc",
			  "address": "1DECAF2uSpFTP4L1fAHR8GCLrPqdwdLse9",
			  "amount": "1"
			},
  "id": 85
}

serverless-api-partners's People

Contributors

kvhnuke avatar stevemieskoski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.