# PrintMoneyLab Wash Trade Detection API

> PrintMoneyLab Wash Trade Detection API is a paid API for AI agents from api.x402.printmoneylab.com, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Analyzes a wallet or seller address on-demand to detect wash trading activity and suspicious transaction patterns

## Facts

- Endpoint: POST https://api.x402.printmoneylab.com/api/v1/wash/check
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-x402-printmoneylab-com-1c736ad3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CDzDvzRdGbJtqdvESGIJT

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-1c736ad3 -d '<json body>'
```

Example prompt: Can you check if the wallet address 0x1234...abcd is wash trading? I want to know the confidence score and what signals were detected.

## When to prefer this

Use this endpoint when you need a quick, on-demand wash trade check for a specific wallet or seller address without needing historical time-series data. Best suited for spot-checking individual addresses for market manipulation signals before onboarding, trading, or trust decisions.

## Known failure modes

- Invalid or malformed wallet address returns a validation error
- Address with no transaction history may return insufficient data
- Network or chain not supported returns an error
- Payment not processed (x402) results in 402 response before analysis is run
- Rate limiting or quota exceeded returns appropriate HTTP error

## How this service works

On-demand wash analysis for any wallet or seller address.

## Output

Returns a wash trade analysis for the submitted wallet or seller address, including a classification, confidence score, and a breakdown of the specific signals that indicate wash trading activity.

## Example request

```json
{
 "address": "0x1234567890123456789012345678901234567890"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Wallet or seller address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-x402-printmoneylab-com-1c736ad3/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)
