Skip to main content
GET
/
api
/
v3
/
dns
/
records
Query DNS records (.ton, .t.me)
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-3-gasless.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

wallet
string
required

Wallet address in any form. DNS records that contain this address in wallet category will be returned.

Response

OK

address_book
object
records
object[]