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/ETH/2?apikey=YOUR_API_KEYExample Output
{
"from": "BTC",
"to": "ETH",
"amount": 2,
"value": 58.7583,
"timestamp": 1732019680104
}