# Kristo Intelligence — Base DeFi Whale Moves

> Kristo Intelligence — Base DeFi Whale Moves is a paid API for AI agents from kristo-intelligence.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns large USDC transfers and whale wallet movements on the Base blockchain within a configurable block window and minimum amount threshold.

## Facts

- Endpoint: GET https://kristo-intelligence.vercel.app/api/crypto/whale-moves
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kristo-intelligence-base-defi-whale-moves-fae5c99b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TF0uIMOY5VMYViQuMseZ7

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 kristo-intelligence-base-defi-whale-moves-fae5c99b
```

Example prompt: Scan the last 1000 blocks on Base and show me any wallet moves over 25000 USDC — I want to see what the whales are doing right now.

## When to prefer this

Use this endpoint when you need real-time, on-chain whale transaction data specifically on the Base blockchain with granular control over block depth and minimum USDC threshold. Prefer it over generic blockchain explorers when you need a structured, agent-consumable response without API keys, and when pay-per-call economics (rather than subscriptions) suit your workflow.

## Known failure modes

- Block window too large may time out or return too many results
- Invalid or negative min_usdc value returns an error
- Base node latency may cause stale or incomplete block data
- Payment not fulfilled (402) if x402 USDC payment is not correctly submitted
- Rate limiting if called in rapid succession without payment
- No results returned if no whale moves exceed the threshold in the given window

## How this service works

Pay-per-call DeFi Intelligence API on Base Blockchain

## Output

Returns a list of detected whale movement events on Base within the specified block window, each including wallet addresses, USDC amounts transferred, transaction hashes, and block numbers where the moves occurred. Filtered to transactions at or above the specified minimum USDC threshold.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "queried_at": {
   "type": "string",
   "format": "date-time"
  },
  "data_source": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "description": "JSON response with DeFi intelligence data on Base blockchain"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kristo-intelligence-base-defi-whale-moves-fae5c99b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kristo-intelligence.vercel.app](https://www.zero.xyz/host/kristo-intelligence.vercel.app/llms.txt)
