Get currenct exchange rate of the supported FIAT / crypto asset
GET {{baseUrl}}/v3/tatum/rate/:currency?basePair=USD
1 credit per API call.
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
basePair | string | FIAT to convert as a basePair |
RESPONSES
status: OK
{"id":"BTC","value":"1235.56","basePair":"EUR","timestamp":1572031674384,"source":"fixer.io"}