Fetch cryptocurrency to fiat-currency rate
Returns a list of available conversion rates between supported cryptocurrencies and fiat currencies.
Headers
Name
Type
Description
Request Body (Empty JSON)
{ }Name
Type
Description
{
[
{
"monetary": "String",
"rates":[
{
"fiatCurrency": "String",
"rate": "BigDecimal"
}
]
}
]
}{
[
{
"monetary":"BTC_BITCOIN",
"rates":[
{
"fiatCurrency":"USD",
"rate":"22890.06000000"
},
{
"fiatCurrency":"EUR",
"rate":"20601.05400000"
},
{
"fiatCurrency":"UAH",
"rate":"922469.41800000"
}
]
},
{
"monetary":"ETH_ETHEREUM",
"rates":[
{
"fiatCurrency":"USD",
"rate":"1571.64000000"
},
{
"fiatCurrency":"EUR",
"rate":"1414.47600000"
},
{
"fiatCurrency":"UAH",
"rate":"63337.09200000"
}
]
}
]
}PreviousFetch active crypto and fiat currenciesNextFetch fiat currency amount limits on invoice creation
Last updated