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.

warning

x-sideshift-secret is your account's private key. Never share it with anyone as it grants full access to your account and should be kept confidential.

info

Use the same commissionRate in this endpoint as when creating the shift/quote to get an accurate rate information.

Request

Header Parameters

    x-sideshift-secret stringrequired

Query Parameters

    pairs stringrequired

    btc-mainnet,usdc-bsc,bch,eth

    affiliateId stringrequired
    commissionRate string

Responses

OK
Schema
  • Array [

  • depositCoinstringrequired
    settleCoinstringrequired
    depositNetworkstringrequired
    settleNetworkstringrequired
    minstringrequired
    maxstringrequired
    ratestringrequired
  • ]