SecureShift | API documentation
  • 😎SecureShift APIs documentation
  • 💲Get Currency
  • 💲Get All Currencies
  • Get Pair
  • Get All Pair
  • Get Estimate
  • 💰Create Exchange
  • Get Exchange
  • Get Range
Powered by GitBook
On this page

Get Pair

It gives you the pair information that you need you just pass the parameters as currency_from and currency_two

PreviousGet All CurrenciesNextGet All Pair

Last updated 3 months ago

API Type: POST Required Parameter: In the header: x-api-key: enter your API key for authentication. In body: currency_from: symbol of from_currency coins in lowercase. currency_to: symbol of to_currency coins in lowercase. API Link: API Response

{
    "status": "200",
    "data": [
        {
            "from_coin": "btc",
            "to_coin": "eth"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethbsc"
        },
        {
            "from_coin": "btc",
            "to_coin": "etharb"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethop"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethzk"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethbase"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethstrk"
        },
        {
            "from_coin": "btc",
            "to_coin": "ethmanta"
        },
        {
            "from_coin": "btc",
            "to_coin": "xrp"
        },
        {
            "from_coin": "btc",
            "to_coin": "xrpbsc"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdterc20"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdttrc20"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtbep20"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtspl"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtpoly"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtavaxc"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtarb"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtop"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtnear"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtkavaevm"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtxtz"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtton"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdtcelo"
        },
        {
            "from_coin": "btc",
            "to_coin": "sol"
        },
        {
            "from_coin": "btc",
            "to_coin": "solbsc"
        },
        {
            "from_coin": "btc",
            "to_coin": "bnb-bsc"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdc"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcpoly"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcspl"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcbep20"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcalgo"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcavaxc"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdceop"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcarb"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdcbase"
        },
        {
            "from_coin": "btc",
            "to_coin": "usdccelo"
        },
        {
            "from_coin": "btc",
            "to_coin": "doge"
        },
        {
            "from_coin": "btc",
            "to_coin": "dogebsc"
        },
        {
            "from_coin": "btc",
            "to_coin": "ada"
        },
        {
            "from_coin": "btc",
            "to_coin": "trx"
        }
    }
https://secureshift.io/api/v2/get-pair