---
title: "GET /v2/dns/{domain_name}/resolve"
method: GET
path: "/v2/dns/{domain_name}/resolve"
tags: ["DNS"]
---

# GET /v2/dns/{domain_name}/resolve

`GET /v2/dns/{domain_name}/resolve`

DNS resolve for domain name

## Path parameters

- `domain_name` string, required

## Query parameters

- `filter` boolean

## Response `200`

dns record

- DnsRecord
  - `next_resolver` string, maybe-address
  - `picture` PictureDNS
    - `bag_id` string
    - `type` 'url' | 'bag_id', required
    - `url` string — WARNING! This is arbitrary url supplied by domain owner, use it very carefully. There is no guarantee that URL resolves to an image file and is not a phishing site.
  - `sites` string[], required
  - `storage` string — tonstorage bag id
  - `wallet` WalletDNS
    - `account` AccountAddress, required
      - `address` string, maybe-address, required
      - `icon` string
      - `is_scam` boolean, required — Is this account was marked as part of scammers activity
      - `is_wallet` boolean, required
      - `name` string — Display name. Data collected from different sources like moderation lists, dns, collections names and over.
    - `address` string, address, required
    - `has_method_pubkey` boolean, required
    - `has_method_seqno` boolean, required
    - `is_wallet` boolean, required
    - `names` string[], required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
