Auctions

get

Get all auctions

Query parameters
tldstringOptional

domain filter for current auctions "ton" or "t.me"

Example: ton
Responses
200
auctions
application/json
get
GET /v2/dns/auctions HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "data": [
    {
      "domain": "wallet.ton",
      "owner": "owner",
      "price": 1660050553,
      "bids": 1660050553,
      "date": 1660050553
    }
  ],
  "total": 1660050553
}