Get Pair

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

API Type: POST API Link: https://secureshift.io/api/v2/get-pair Response :

{
    "status": "200",
    "data": {
        "from_coin": "btc",
        "to_coin": "eth",
        "min": null,
        "max": null,
        "rate": "19.8561"
    }
}

Last updated