> 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-estimate.md).

# Get Estimate

API Type: POST

Required Parameter: \
&#x20;        In the header: \
&#x20;                       `x-api-key`: enter your API key for authentication.\
\
&#x20;         In the body: \
&#x20;                        `currency_from`:  it is the currency from the symbol\
&#x20;                        `currency_to`:    it is the currency to symbol\
&#x20;                        `amount`: the amount that you need to convert\
&#x20;                        `fixed :` true/false (**true** for *fixed rate* / **false** for *float rate*)

&#x20;API Link: <https://secureshift.io/api/v2/get-estimate>

API Response

```json
{
    "status": 200,
    "data": 0.08750312
}
```

\
&#x20;&#x20;
