Create a persistent known-wallet whale activity watch
Create a persistent known-wallet whale activity watch
Answeringour last check, 2026-09-24
1 of 1checks answered this week
686 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
POST https://entropy.rip/api/financial/whales/watch
| Category | Market data |
|---|---|
| Provider host | entropy.rip |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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 | 686 ms |
Example input (from the provider)
{
"body": {
"chain": "base",
"interval_seconds": 900,
"lookback_hours": 24,
"min_usd": 25000,
"ttl_seconds": 86400,
"wallets": [
"0x0000000000000000000000000000000000000000"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"description": "input",
"properties": {
"body": {
"description": "body",
"properties": {
"asset": {
"description": "Token symbol or mint address",
"type": "string"
},
"chain": {
"description": "Blockchain network",
"enum": [
"base",
"ethereum",
"arbitrum",
"solana"
],
"type": "string"
},
"conduit_mailbox_id": {
"description": "Optional existing Conduit mailbox for asynchronous event delivery",
"type": "string"
},
"interval_seconds": {
"description": "Polling interval in seconds",
"maximum": 86400,
"minimum": 60,
"type": "integer"
},
"lookback_hours": {
"description": "Historical lookback window in hours",
"maximum": 168,
"minimum": 1,
"type": "integer"
},
"min_usd": {
"description": "Minimum transfer value in US dollars",
"minimum": 5000,
"type": "number"
},
"ttl_seconds": {
"description": "Time to live in seconds",
"maximum": 2592000,
"minimum": 60,
"type": "integer"
},
"wallet": {
"description": "Wallet address",
"type": "string"
},
"wallets": {
"description": "Wallet addresses",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"chain"
],
"type": "object"
},
"bodyType": {
"description": "bodyType",
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"description": "method",
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"description": "type",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"description": "output",
"properties": {
"example": {
"description": "example",
"type": "object"
},
"type": {
"description": "type",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}