Auctions
get
Get all auctions
Query parameters
tldstringOptionalExample:
domain filter for current auctions "ton" or "t.me"
ton
Responses
200
auctions
application/json
default
Some error during request processing
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
}