market-data-provider
v1.0.0Base URL
https://market-data-nownodes.ioAuthentication
api-keyAuthapiKeyAPI Key: api-key in header
market-data-provider
Market data
GET
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get markets (symbols) historical prices that match passed parameters
Parameters
fromstringrequiredquerytickers 'from' or token contract address separated by comma
tostringrequiredquerytickers 'to' or token contract address separated by comma
period_fromTimestamp<ISO 8601>querymarket data from a specific time
period_toTimestamp<ISO 8601>querymarket 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
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Get latest prices for passed parameters
Parameters
fromstringrequiredquerytickers 'from' or token contract address separated by comma
tostringrequiredquerytickers '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