Get Range

It is use to get range of the coin using from currency symbol and to currency symbol.

API Type: POST

Required Parameter:

In the header: x-api-key: enter your API key for authentication. In body: from_currency: symbol of from_currency coins in lowercase. to_currency: symbol of to_currency coins in lowercase. fixed: true/false (true for fixed rate / false for float rate)

API Link: https://secureshift.io/api/v2/get-range

API Response:

{
    "status": "200",
    "data": {
        "min": "0.00002681",
        "max": null
    }
}

Last updated