Get Estimate

It generally convert your amount

API Type: POST

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

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

API Response

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

Last updated