Supported crypto and fiat currencies list
Result data
const response = await fetch('https://fiat-rates.nownodes.io.nownodes.io/v1/currencies', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pagination": { "page": "text", "pageCount": "text", "pageSize": "text" }, "data": [ { "id": "text", "code": "text", "name": "text", "usdRate": 0, "isFiat": false } ] }