ToolAssay

Direct Ethereum block evidence of large native-ETH transfer transactions above a

Direct Ethereum block evidence of large native-ETH transfer transactions above a whale-scale threshold, scanned block by block rather than sampled from periodic snapshots. Purpose: Give an autonomous buyer direct evidence of large native-ETH transfers as blocks close, without missing the vast majority of blocks a periodic snapshot would. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice 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://pay.edge-agents.ai/v1/services/eth-large-transfer-monitor

CategoryMarket data
Provider hostpay.edge-agents.ai
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, xrpl:0
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
          "properties": {},
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "analysis": {
              "description": "Product-specific findings calculated from eligible evidence.",
              "type": "object"
            },
            "dataStatus": {
              "description": "Completeness of eligible evidence used by the live report.",
              "enum": [
                "complete",
                "partial",
                "unavailable"
              ],
              "type": "string"
            },
            "deliveryId": {
              "description": "Unique delivery identifier returned after a successful paid request.",
              "type": "string"
            },
            "disclaimer": {
              "type": "string"
            },
            "evidence": {
              "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis.",
              "type": "object"
            },
            "generatedAt": {
              "description": "RFC3339 date-time timestamp.",
              "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
              "type": "string"
            },
            "limitations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "provenance": {
              "description": "Issuer and signature/verification status when available.",
              "type": "object"
            },
            "quality": {
              "description": "Evidence-quality assessment; not probability of profit.",
              "type": "object"
            },
            "reportId": {
              "description": "Product report identifier when the service exposes one.",
              "type": "string"
            },
            "schemaVersion": {
              "description": "Version of the machine-readable report contract.",
              "type": "string"
            },
            "serviceId": {
              "const": "eth-large-transfer-monitor",
              "type": "string"
            }
          },
          "required": [
            "serviceId",
            "generatedAt",
            "dataStatus",
            "analysis"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON