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
}Get all auctions
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
}Was this page helpful?