| Field | Type | Description |
|---|---|---|
| domainName | String | (Required) Domain name |
| amount | Number | (Required) Amount in decimal, e.g. 1.00 (minimum) |
| Action | URL |
|---|---|
| Get Universal WHOIS Information | {{baseUrl}}/domain/v2/whois |
| Query Domain | {{baseUrl}}/domain/v2/query |
curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/broker/initiate' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "mihsjc.com",
"amount": 10.00
}'{
"code": "1000",
"message": "Command completed successfully."
}