# Energy Bill Toolkit Domain Expiry Audit

> Energy Bill Toolkit Domain Expiry Audit is a paid API for AI agents from energybilltoolkit.co.uk, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Checks whether a given domain name has expired or is approaching expiry, as part of EBT screening

## Facts

- Endpoint: POST https://energybilltoolkit.co.uk/decision-tools/api/domain/expiry-audit
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/energy-bill-toolkit-domain-expiry-audit-d45f52e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cGUs4Mj23N_1TiLk1ctQv

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 energy-bill-toolkit-domain-expiry-audit-d45f52e2 -d '<json body>'
```

Example prompt: Can you run an expiry audit on the domain 'example.co.uk' and tell me whether it's expired or about to expire?

## When to prefer this

Use this endpoint when you specifically need a pay-per-use, lightweight domain expiry check with no subscription commitment. Prefer this over general WHOIS tools when cost per call matters and you only need expiry/audit status rather than full WHOIS records. Suitable for one-off checks or low-volume screening pipelines.

## Known failure modes

- Domain string too short (< 4 characters) or too long (> 253 characters) returns validation error
- Invalid domain format returns an error
- Domain not found in registry data may return unknown or error status
- Network or upstream lookup failure returns a server error
- Payment not completed (x402) results in 402 response before audit is performed

## How this service works

Pay-per-use EBT screening endpoint

## Output

Returns an audit result indicating whether the specified domain has expired, is active, or is approaching expiry, along with relevant screening metadata from the EBT screening system.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "maxLength": 253,
   "minLength": 4
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/energy-bill-toolkit-domain-expiry-audit-d45f52e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energybilltoolkit.co.uk](https://www.zero.xyz/host/energybilltoolkit.co.uk/llms.txt)
