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 Range

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

PreviousGet Exchange

Last updated 2 months ago

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:

API Response:

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

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