Price
get
Get latest prices for passed parameters
Authorizations
Query parameters
fromstringRequired
tickers 'from' or token contract address separated by comma
tostringRequired
tickers 'to' or token contract address separated by comma
Responses
200
Result data
application/json
400
Wrong input data
application/json
401
Authorization error
500
Internal server error
application/json
get
GET /api/v1/price HTTP/1.1
Host: market-data.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
"code": "text",
"result": [
{
"quotes": {
"rate": 1,
"to_currency": "text"
},
"from_currency": "text"
}
],
"error": "text"
}