ToolAssay

Whale trades for any USDT perp

Whale trades for any USDT perp: prints from the live trade tape above a USD threshold, with buy and sell totals, net flow and the dominant side.

Not tested: has real-world effectsour last check, 2026-09-25
0 of 0checks answered this week
n/amedian answer time
$0.02listed 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://x402.ochinimus.app/api/whale-trades

CategoryEverything else
Provider hostx402.ochinimus.app
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days0 from 0 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": {
    "min_usd": 50000,
    "symbol": "SOLUSDT"
  },
  "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": {
          "properties": {
            "limit": {
              "description": "max trades returned, 1-50, default 20",
              "type": "number"
            },
            "min_usd": {
              "description": "min print USD, default 100k",
              "type": "number"
            },
            "symbol": {
              "description": "USDT perp symbol e.g. SOLUSDT",
              "type": "string"
            }
          },
          "required": [
            "symbol"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "properties": {
                "dominant": {
                  "type": "string"
                },
                "min_usd": {
                  "type": "number"
                },
                "net_usd": {
                  "type": "number"
                },
                "symbol": {
                  "type": "string"
                },
                "tape_size": {
                  "type": "number"
                },
                "trades": {
                  "type": "array"
                },
                "whale_buy_usd": {
                  "type": "number"
                },
                "whale_count": {
                  "type": "number"
                },
                "whale_sell_usd": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "paid": {
              "type": "boolean"
            },
            "tool": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON