Home

fiat rates provider

v1.0.0
Base URLs
https://fiat-rates.nownodes.io.nownodes.io
https://market-data-nownodes.io

Authentication

api-keyAuthapiKey

API Key: api-key in header

fiat rates provider

Rates

GET
https://fiat-rates.nownodes.io.nownodes.io/v1/rates

get latest currencies rates

Parameters

modestringaggrawquery

type of result view (raw or aggregated)

baseArray<string>query

list of base currencies codes or coin market cap ids

quoteArray<string>query
pagenumberquery

pagination number

pageSizenumberquery

limit number of rows per page

Response

200OK

Result data

401Unauthorized

Authorization error

500Internal Server Error

Internal server error

Authorization

api-keyAuthapiKey in header

Currencies

GET
https://fiat-rates.nownodes.io.nownodes.io/v1/currencies

Supported crypto and fiat currencies list

Parameters

typestringfiatcryptoallquery

type of currencies (fiat or crypto)

pagenumberquery

pagination number

pageSizenumberquery

limit number of rows per page

Response

200OK

Result data

401Unauthorized

Authorization error

500Internal Server Error

Internal server error

Authorization

api-keyAuthapiKey in header

market-data-provider

Market data

GET
https://fiat-rates.nownodes.io.nownodes.io/api/v1/market-data

Get markets (symbols) historical prices that match passed parameters

Parameters

fromstringrequiredquery

tickers 'from' or token contract address separated by comma

tostringrequiredquery

tickers 'to' or token contract address separated by comma

period_fromTimestamp<ISO 8601>query

market data from a specific time

period_toTimestamp<ISO 8601>query

market data to a specific time

Response

200OK

Result data

400Bad Request

Wrong input data

401Unauthorized

Authorization error

500Internal Server Error

Internal server error

Authorization

api-keyAuthapiKey in header

Price

GET
https://fiat-rates.nownodes.io.nownodes.io/api/v1/price

Get latest prices for passed parameters

Parameters

fromstringrequiredquery

tickers 'from' or token contract address separated by comma

tostringrequiredquery

tickers 'to' or token contract address separated by comma

Response

200OK

Result data

400Bad Request

Wrong input data

401Unauthorized

Authorization error

500Internal Server Error

Internal server error

Authorization

api-keyAuthapiKey in header