Currencies
get
Supported crypto and fiat currencies list
Authorizations
Query parameters
typestring · enumOptionalPossible values:
type of currencies (fiat or crypto)
pagenumberOptional
pagination number
pageSizenumberOptional
limit number of rows per page
Responses
200
Result data
application/json
401
Authorization error
500
Internal server error
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
}
]
}