Get exchange rates [crypto to fiat]

Get Exchange Rates [crypto to fiat]

GET https://payments.finrax.com/api/v1/exchange/rates/deposit

Get the most recent exchange rates for cryptocurrencies vs. fiat currencies. Update time: instant

Query Parameters

NameTypeDescription

fromCurrency

string

Expects cryptocurrency such as (BTC, ETH , XRP, etc.). Supports multiple comma separated values.

toCurrency

string

Expects fiat currency such as (EUR, USD, GBP, etc.). Supports multiple comma separated values.

{
	"ETH": {
		"EUR": "1467.8",
		"USD": "1741.1"
	},
	"BTC": {
		"EUR": "42798",
		"USD": "50770"
	},
	"XRP": {
		"EUR": "0.40227",
		"USD": "0.4772"
	}
}

Last updated