| Field | Type | Description |
|---|---|---|
| price | Number | Price of the domain |
| domainName | String | Available top domain name |
| Action | URL |
|---|---|
| Query Domain | {{baseUrl}}/domain/v2/query |
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/top-domain-available-list?domainName=20240306wbtest.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": [
{
"price": 9,
"domainName": "20240306wbtest.net"
},
{
"price": 25,
"domainName": "20240306wbtest.tw"
},
{
"price": 90,
"domainName": "20240306wbtest.vn"
},
{
"price": 30,
"domainName": "20240306wbtest.sg"
},
{
"price": 55,
"domainName": "20240306wbtest.jp"
}
]
}