Rates

get

Get the token price to the currency

Query parameters
tokensstring[] · max: 100Required

accept ton and jetton master addresses, separated by commas

Example: ["ton"]
currenciesstring[] · max: 50Required

accept ton and all possible fiat currencies, separated by commas

Example: ["ton","usd","rub"]
Responses
200
tokens rates
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%"
      }
    }
  }
}