Rates
get
Get the token price to the currency
Query parameters
tokensstring[] · max: 100RequiredExample:
accept ton and jetton master addresses, separated by commas
["ton"]
currenciesstring[] · max: 50RequiredExample:
accept ton and all possible fiat currencies, separated by commas
["ton","usd","rub"]
Responses
200
tokens rates
application/json
default
Some error during request processing
application/json
get
GET /v2/rates HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
"rates": {
"ANY_ADDITIONAL_PROPERTY": {
"prices": {
"TON": 1.3710752873163712
},
"diff_24h": {
"TON": "-1.28%"
},
"diff_7d": {
"TON": "-2.74%"
},
"diff_30d": {
"TON": "-0.56%"
}
}
}
}