URL Schema
https://api.finage.co.uk/convert/crypto/{ from }/{ to }/{ amount }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/convert/crypto/BTC/SHIB/2?apikey=YOUR_API_KEYExample Output
{
"from": "BTC",
"to": "SHIB",
"amount": 2,
"value": 1960784313.72549,
"timestamp": 1635946933092
}