Skip to main content
GET
/
v2
/
dns
/
{domain_name}
/
bids
cURL
curl --request GET \
  --url https://tonapi.io/v2/dns/{domain_name}/bids
{
  "data": [
    {
      "success": true,
      "value": 1660050553,
      "txTime": 1660050553,
      "txHash": "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
      "bidder": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation",
        "icon": "https://ton.org/logo.png"
      }
    }
  ]
}

Path Parameters

domain_name
string
required

domain name with .ton or .t.me

Example:

"wallet.ton"

Response

domain bids

data
object[]
required