stripe, transfi, robinhood, bitnovo and rampnetwork—process transactions exclusively in USD. If your system works with another currency, you must first convert the amount to USD before passing it to these providers.from : The currency code you are converting from. For example: EUR, SEK, etc.value : The numeric amount in the source currency that you want converted to USD.value_coin : The resulting amount converted into USD.exchange_rate : The applied exchange rate for converting the original currency into USD.curl --location --request GET 'https://api.shieldclimb.com/control/convert.php?from=EUR&value=88.88'{
"status": "success",
"value_coin": "104.38",
"exchange_rate": "1.17441"
}