Skip to main content
GET
/
v2
/
dns
/
auctions
cURL
curl --request GET \
  --url https://tonapi.io/v2/dns/auctions
{
  "data": [
    {
      "domain": "wallet.ton",
      "owner": "0:c704dadfabac88eab58e340de03080df81ff76636431f48624ad6e26fb2da0a4",
      "price": 1660050553,
      "bids": 1660050553,
      "date": 1660050553
    }
  ],
  "total": 1660050553
}

Query Parameters

tld
string

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

Example:

"ton"

Response

auctions

data
object[]
required
total
integer<int64>
required
Example:

1660050553