Home

market-data-provider

v1.0.0
Base URL
https://market-data-nownodes.io

Authentication

api-keyAuthapiKey

API Key: api-key in header

market-data-provider

Market data

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

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

Price

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

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