DNS

Get all auctions

get/v2/dns/auctions

Query parameters

tldstring
Example:ton

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

Response

auctions

totalinteger required

Example response

{
  "data": [
    {
      "bids": 1660050553,
      "date": 1660050553,
      "domain": "wallet.ton",
      "owner": "0:c704dadfabac88eab58e340de03080df81ff76636431f48624ad6e26fb2da0a4",
      "price": 1660050553
    }
  ],
  "total": 1660050553
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.