# GGWP API Hub Domain Check

> GGWP API Hub Domain Check is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.174092/call, status unknown (last checked 2026-09-15).

Checks whether a domain name is available or taken

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/domain-check
- Price: $0.174092/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-domain-check-3224b308
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cABmSAn7_k-M1SwIY5_ue

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ggwp-api-hub-domain-check-3224b308 -d '<json body>'
```

Example prompt: Can you check if 'rocketlaunch.io' is available to register?

## When to prefer this

Use this endpoint when you need a quick pay-per-call domain availability check without committing to a domain registrar subscription. Best for one-off lookups in automated pipelines or agent workflows that need to verify domain status before recommending purchase options.

## Known failure modes

- Invalid or malformed domain name input returns an error
- Network timeout if the WHOIS or registry lookup takes too long
- Rate limiting if too many domain checks are made in quick succession
- Payment failure on Base chain if USDC balance is insufficient for the $0.174092 per-call fee

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns an object indicating whether the queried domain is available for registration or already taken, potentially including registration metadata such as registrar info or expiry date.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-domain-check-3224b308/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
