---
title: "GET /v2/dns/auctions"
method: GET
path: "/v2/dns/auctions"
tags: ["DNS"]
---

# GET /v2/dns/auctions

`GET /v2/dns/auctions`

Get all auctions

## Query parameters

- `tld` string

## Response `200`

auctions

- Auctions
  - `data` Auction[], required
    - `bids` integer, required
    - `date` integer, required
    - `domain` string, required
    - `owner` string, address, required
    - `price` integer, required
  - `total` integer, 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)
