Get currenct exchange rate of the supported FIAT / crypto asset. Base pair is EUR by default. E.g. to obtain exchange rate for the Bitcoin, response value for the API call will be expressed as 1 BTC = 10,000 EUR.
OK
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
Internal server error. There was an error on the server while processing the request.
curl -i -X GET \ 'https://api-eu1.tatum.io/v3/tatum/rate/{currency}?basePair=USD' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "id": "BTC",
- "value": "1235.56",
- "basePair": "EUR",
- "timestamp": 1572031674384,
- "source": "fixer.io"
}