Currencies

get

Supported crypto and fiat currencies list

Authorizations
Query parameters
typestring · enumOptional

type of currencies (fiat or crypto)

Possible values:
pagenumberOptional

pagination number

pageSizenumberOptional

limit number of rows per page

Responses
200
Result data
application/json
get
GET /v1/currencies HTTP/1.1
Host: fiat-rates.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
  "pagination": {
    "page": "text",
    "pageCount": "text",
    "pageSize": "text"
  },
  "data": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "usdRate": 1,
      "isFiat": true
    }
  ]
}