Records
Query DNS records by specified filters. Currently .ton and .t.me DNS are supported.
Authorizations
Query parameters
walletstringRequired
Wallet address in any form. DNS records that contain this address in wallet category will be returned.
Responses
200
OK
application/json
400
Bad Request
application/json
get
GET /api/v3/dns/records HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"records": [
{
"dns_next_resolver": "text",
"dns_site_adnl": "text",
"dns_storage_bag_id": "text",
"dns_wallet": "text",
"domain": "text",
"nft_item_address": "text",
"nft_item_owner": "text"
}
]
}