Markets

get

Get the TON price from markets

Responses
200
markets rates
application/json
get
GET /v2/rates/markets HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "markets": [
    {
      "market": "OKX",
      "usd_price": 5.2,
      "last_date_update": 1668436763
    }
  ]
}