# StableDomains List Owned Domains

> StableDomains List Owned Domains is a free API for AI agents from stabledomains.dev, Free, status unknown (last checked 2026-09-15).

Returns a list of all domain names owned by the authenticated wallet address via SIWX authentication

## Facts

- Endpoint: GET https://stabledomains.dev/api/domain/list
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stabledomains-6ccb2303
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uXlgM8DaJhSZzfB6swPV7

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 stabledomains-6ccb2303
```

Example prompt: Show me all the domain names currently registered to my wallet on StableDomains.

## When to prefer this

Use this endpoint when an agent needs to inventory all domains associated with a specific wallet, such as before performing renewals, transfers, or management operations. Prefer this over manual domain lookups when the user wants a complete picture of their domain portfolio tied to a crypto wallet identity.

## Known failure modes

- Authentication failure if SIWX token is missing, expired, or invalid — returns 401 Unauthorized
- Wallet has no registered domains — returns empty list
- Invalid wallet signature in SIWX auth — returns 403 Forbidden
- Rate limit exceeded — returns 429 Too Many Requests
- Service unavailable — returns 500 or 503

## How this service works

List domains owned by authenticated wallet. Auth: SIWX.

## Output

An array of domain names owned by the authenticated wallet, likely including domain strings, registration dates, expiry dates, and status information for each domain in the portfolio.

## Example request

```json
{
 "domain": "example.stable"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stabledomains-6ccb2303/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabledomains.dev](https://www.zero.xyz/host/stabledomains.dev/llms.txt)
