Large on-chain transaction monitor — whale movements on Base, Ethereum, and Robi
Large on-chain transaction monitor — whale movements on Base, Ethereum, and Robinhood Chain with AI pattern analysis
Answeringour last check, 2026-09-24
1 of 1checks answered this week
876 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://whale.lonestaroracle.xyz/whales
| Category | Market data |
|---|---|
| Provider host | whale.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 876 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "base",
"hours": 1,
"limit": 20,
"min_usd": 100000,
"type": "all"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "data",
"description": "Real-time large on-chain transaction monitoring for Base, Ethereum, and Robinhood Chain. Tracks token transfers and native ETH moves above your USD threshold. Named wallet labels, explorer links, and AI pattern analysis.",
"name": "WhaleAlert \u2014 Large Transaction Monitor",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"chain": {
"default": "base",
"description": "base, eth, or robinhood",
"title": "Chain",
"type": "string"
},
"hours": {
"default": 1,
"description": "Lookback hours (1-24)",
"title": "Hours",
"type": "integer"
},
"limit": {
"default": 20,
"description": "Max results",
"title": "Limit",
"type": "integer"
},
"min_usd": {
"default": 100000,
"description": "Minimum USD value",
"title": "Min Usd",
"type": "number"
},
"type": {
"default": "all",
"description": "token | native | all",
"title": "Type",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"whale",
"on-chain",
"transactions",
"base",
"ethereum",
"robinhood",
"smart-money"
],
"type": "object",
"version": "1.0.0"
}