# Oblique Markets Wallet Token Flow & Activity Analysis

> Oblique Markets Wallet Token Flow & Activity Analysis is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Analyzes token flows, transaction patterns, and on-chain activity for a given crypto wallet address

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/wallet-analyze
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-wallet-token-flow-activity-analysis-5e000b60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j7b7st2pXcU76MC5Qgs21

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 oblique-markets-wallet-token-flow-activity-analysis-5e000b60 -d '<json body>'
```

Example prompt: Can you analyze the token flow and on-chain activity for wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — I want to see what tokens are moving in and out and any notable patterns in its behavior?

## When to prefer this

Choose this endpoint when you need a holistic token flow and behavioral analysis of a wallet address — particularly for understanding accumulation/distribution patterns, DeFi activity, and wallet classification. Prefer over the real-time surveillance sibling when you want a summarized analytical view rather than a live feed of current transactions. Use this for due diligence, counterparty research, or portfolio auditing rather than moment-to-moment monitoring.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Unsupported blockchain network may yield no data
- Wallet with no on-chain history returns minimal or empty analysis
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Timeouts if the wallet has an extremely large transaction history

## How this service works

Use when an agent needs wallet analyze. Returns Base wallet balances, bounded transfers, token holdings and counterparties from a public Base block explorer index. $0.005.

## Output

Returns a structured analysis of the wallet's token flow history and on-chain activity, including inbound and outbound token movements, transaction patterns, behavioral classification (e.g. trader, holder, bot), and relevant risk or activity indicators derived from on-chain data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "wallet_address": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "Base",
  "source": "Blockscout",
  "message": "Wallet analysis from free Blockscout data",
  "balances": [],
  "transfers": [],
  "analyzed_at": "2026-09-01T12:00:00.000Z",
  "counterparties": [],
  "transfer_count": 0,
  "wallet_address": "0x4200000000000000000000000000000000000006",
  "activity_window_days": 90
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-wallet-token-flow-activity-analysis-5e000b60/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
