> For the complete documentation index, see [llms.txt](https://doc.secureshift.io/developement-apis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.secureshift.io/developement-apis/get-range.md).

# Get Range

API Type: POST

Required Parameter:&#x20;

In the header: \
&#x20;                       `x-api-key`: enter your API key for authentication.\
&#x20;            In body: \
&#x20;                        `from_currency:` symbol of from\_currency coins in lowercase.\
&#x20;                        `to_currency:` symbol of to\_currency coins in lowercase.\
&#x20;                        `fixed:` true/false  (**true** for *fixed rate* / **false** for *float rate*)

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

API Response:&#x20;

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

\
&#x20;                   &#x20;
