Currency Conversion


Get currency rate for the required currency.

   User will get the required currency rate based on his required currency.


How to get currency conversion?

The POST request will be send over HTTPS to the endpoint.


What Parameters are required?

customerId – MerchantId
baseCurrency - Users Own Currency (EUR, GBP, INR, USD)
requiredCurrency – Currency in which User wants to convert(EUR, GBP,INR,USD)
walletOwnerId – For Decimal Finance Mobile App User it will be 7
verificationHash – Verification Hash is the combination of (secKey+custId+walletOwnerId)


How to Generate Verification Hash Online?

https://www.freeformatter.com/sha256-generator.html#ad-output

Sample Request


Sample Response


List of response code from API

Response Code Message
1 SUCCESS
2 FAILED
3 INVALID TOKEN