Bids

get

Get domain bids

Path parameters
domain_namestringRequired

domain name with .ton or .t.me

Example: wallet.ton
Responses
200
domain bids
application/json
get
GET /v2/dns/{domain_name}/bids HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "data": [
    {
      "success": true,
      "value": 1660050553,
      "txTime": 1660050553,
      "txHash": "55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
      "bidder": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "name": "Ton foundation",
        "is_scam": true,
        "icon": "https://ton.org/logo.png",
        "is_wallet": true
      }
    }
  ]
}