Query DNS records by specified filters. Currently .ton and .t.me DNS are supported.
Wallet address in any form. DNS records that contain this address in wallet category will be returned.
GET /api/v3/dns/records HTTP/1.1 Host: ton-index.nownodes.io X-Api-Key: YOUR_API_KEY Accept: */*
OK
{ "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" } ] }