Get FX Rate
Retrieves the foreign exchange rate for a given currency conversion along with the converted amount and applicable percentage. Provide the source currency, target currency, amount, and currency type. A valid Bearer token is required for authentication.
| Method | API Endpoint |
|---|---|
| POST | https://efylink-business.rare-able.com/api/user/payins/fx-rate |
headers: Object containing the API headers.
'Authorization : Bearer Token': Use Login API for access token
'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID
'X-Api-Signature': To know how to generate please use Authentication
'X-Api-Timestamp': Timestamp
Body Params
currency_type required Accepted Values : sender,receiver
amount required Must be Greated than 0
from required
to required