get latest currencies rates
type of result view (raw or aggregated)
agg
raw
list of base currencies codes or coin market cap ids
["1027","btc","bnb"]
["usd","2806","eur"]
pagination number
limit number of rows per page
GET /v1/rates 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", "rates": { "USD": 22966.879836294986, "AUD": 32370.071646390224 } } ] }