# PrintMoneyLab Wash Detail - Top 50 Buyers per Service

> PrintMoneyLab Wash Detail - Top 50 Buyers per Service is a paid API for AI agents from api.x402.printmoneylab.com, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-13).

Returns the top 50 buyers for a given service with full wash-trading label classification, confidence scores, and a signal-by-signal breakdown for each buyer wallet.

## Facts

- Endpoint: GET https://api.x402.printmoneylab.com/api/v1/services/:service_id/wash-detail
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-x402-printmoneylab-com-89b25906
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aAPqHSgkAvsY8zCv_WUB_

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 api-x402-printmoneylab-com-89b25906
```

Example prompt: Pull the top 50 buyers for service ID 'svc_abc123' and show me their wash-trading labels, confidence scores, and the full signal breakdown for each wallet.

## When to prefer this

Use this endpoint when you need deep per-buyer wash-trading intelligence for a specific service — including signal-level explanations and confidence scores — rather than just aggregate volume stats or a simple wallet lookup. Prefer over the single-wallet endpoint when you want to survey all top buyers at once.

## Known failure modes

- Invalid or unknown service_id returns 404 or empty result
- Service has fewer than 50 buyers — returns however many exist
- Payment not attached or insufficient USDC triggers 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Malformed request returns 400 with validation error

## How this service works

Top 50 buyers per service with full label classification, confidence scores, and signal-by-signal breakdown.

## Output

A ranked list of up to 50 buyer wallets for the specified service, each annotated with an 8-label wash-trading classification, a confidence score, and a detailed breakdown of the individual signals that drove the classification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-x402-printmoneylab-com-89b25906/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402.printmoneylab.com](https://www.zero.xyz/host/api.x402.printmoneylab.com/llms.txt)
