Skip to main content

Pairs

GET 

/pairs

Returns the minimum and maximum deposit amount and the rate for every possible pair of coins listed in the query string.

Request

Query Parameters

    pairs stringrequired

    btc-mainnet,usdc-bsc,bch,eth

Responses

OK
Schema
  • Array [

  • depositCoin stringrequired
    settleCoin stringrequired
    depositNetwork stringrequired
    settleNetwork stringrequired
    min stringrequired
    max stringrequired
    rate stringrequired
  • ]

Loading...