Supported crypto and fiat currencies list
type of currencies (fiat or crypto)
fiat
crypto
all
pagination number
limit number of rows per page
GET /v1/currencies HTTP/1.1 Host: fiat-rates.nownodes.io Authorization: Basic username:password Accept: */*
Result data
{ "pagination": { "page": "text", "pageCount": "text", "pageSize": "text" }, "data": [ { "id": "text", "code": "text", "name": "text", "usdRate": 1, "isFiat": true } ] }