---
name: api.x402.printmoneylab.com
description: api.x402.printmoneylab.com exposes a single endpoint that returns an aggregated on-chain profile for a given wallet address. The profile includes a human-readable label, a confidence score, transaction count, total volume, and a history of services used. This is a historical, batch-style lookup — not a live monitoring feed.
host: api.x402.printmoneylab.com
---

# api.x402.printmoneylab.com

This host serves agents that need to classify or vet a wallet address before taking action — for example, before processing a payment, extending credit, or personalizing a response. It provides a labeled profile derived from aggregated on-chain history, making it useful for risk assessment, fraud screening, or user segmentation workflows. It is a single-resource host with no trading, pricing, or streaming capabilities.

## When to use this host

Use this host when an agent needs to classify a wallet address — retrieving a label, confidence score, and transaction history summary — prior to making a decision such as payment processing or access control. Do not use it for real-time or streaming wallet monitoring; it returns a single historical snapshot per request. It is not suitable for price feeds, trade execution, token analytics, or any task unrelated to wallet identity and history. If live transaction tracking is needed, a dedicated blockchain indexer or streaming analytics service would be more appropriate.

## Capabilities

### Wallet Profile Lookup

Retrieves a labeled, scored profile for a wallet address based on aggregated historical on-chain activity, including transaction count, volume, activity span, and service usage history.

- **`fetch-buyer-profile`** — Returns a labeled profile for a given wallet address, including transaction summary, volume, and service usage history.

## Skill reference

### `fetch-buyer-profile`

**Buyer Profile Lookup** — Returns a labeled profile for a given wallet address, including transaction summary, volume, and service usage history.

*Use when:* Use when an agent needs to look up a buyer's on-chain profile by wallet address to retrieve their label, confidence score, transaction count, total volume, and activity span.

*Not for:* Do not use for real-time transaction monitoring or streaming wallet activity; this is a single-shot profile lookup returning aggregated historical data.

**Inputs:**

- `address` (string, required) — The wallet address of the buyer to look up. Provided as a path parameter in the URL.

**Returns:** Returns a JSON object with the wallet address, label, confidence, reason, labeled_at timestamp, services_used array, and a summary object with tx_count, total_volume, first_seen, last_seen, and span_seconds.

**Example:** `GET https://api.x402.printmoneylab.com/api/v1/buyers/0x402Feee072D655B85e08f1751AF9ddbCd249521f/profile`

---
