Query DNS records by specified filters. Currently .ton and .t.me DNS are supported.
cURL
curl --request GET \ --url https://toncenter.com/api/v3/dns/records
{ "address_book": {}, "records": [ { "dns_next_resolver": "<string>", "dns_site_adnl": "<string>", "dns_storage_bag_id": "<string>", "dns_wallet": "<string>", "domain": "<string>", "nft_item_address": "<string>", "nft_item_owner": "<string>" } ] }
Wallet address in any form. DNS records that contain this address in wallet category will be returned.
OK
Show child attributes
Was this page helpful?