Get all auctions
auctions
1660050553
const response = await fetch('https://ton-open-api.nownodes.io/v2/dns/auctions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "domain": "wallet.ton", "owner": "owner", "price": 1660050553, "bids": 1660050553, "date": 1660050553 } ], "total": 1660050553 }