# Obol Dogecoin Address Cluster Lookup

> Obol Dogecoin Address Cluster Lookup is a paid API for AI agents from obol.danieldutoit.net, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns the address cluster associated with a given Dogecoin address, grouping addresses likely controlled by the same entity.

## Facts

- Endpoint: GET https://obol.danieldutoit.net/v1/dogecoin/address-cluster
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/obol-dogecoin-address-cluster-lookup-0f818dd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G9eT3gK7Lf5dbDValBpBd

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 obol-dogecoin-address-cluster-lookup-0f818dd3
```

Example prompt: Look up the address cluster for Dogecoin address DH5yaieqoZN36fDVciNyRueRGvGLR3mr7L — I want to see which other addresses are likely controlled by the same entity.

## When to prefer this

Choose this endpoint when you need verified, paid blockchain analytics specifically for Dogecoin address clustering, especially in compliance, forensics, or wallet-tracing workflows where data quality matters and you need entity-level grouping of addresses.

## Known failure modes

- Invalid or malformed Dogecoin address returns an error
- Address not found in dataset returns empty or null cluster
- Payment failure via x402 results in 402 Payment Required response
- Rate limiting or quota exceeded
- Cluster data may be incomplete if address has limited on-chain history

## How this service works

Obol sells verified blockchain data over x402, settled in USDC on Base.

## Output

An object describing the address cluster for the queried Dogecoin address, including related addresses likely controlled by the same entity, based on heuristics such as co-spending and transaction graph analysis.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "address": "D5EQRCnPMXmRvUoZwC7gu7fYspean3PQ9a",
  "cluster": null,
  "network": "dogecoin",
  "coverage": {
   "match_type": "exact_address",
   "maximum_results": 1
  },
  "clustered": false,
  "disclaimer": "Heuristic public-chain clustering; a cluster is not proof of common ownership or identity."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/obol-dogecoin-address-cluster-lookup-0f818dd3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from obol.danieldutoit.net](https://www.zero.xyz/host/obol.danieldutoit.net/llms.txt)
