ToolAssay

Liquidation history, time-bucketed

Liquidation history, time-bucketed: total, long and short USD, prints and biggest print per bucket, for any USDT perp or the whole recorded universe, up to 7 days back. Bybit is the only complete liq tape in crypto and no exchange publishes history of it.

Not tested: has real-world effectsour last check, 2026-09-25
0 of 0checks answered this week
n/amedian answer time
$0.05listed 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/liq-history

CategoryMarket data
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": {
    "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": {
            "bucket_min": {
              "description": "bucket minutes 5-1440, default 60",
              "type": "number"
            },
            "hours": {
              "description": "lookback 1-168, default 24",
              "type": "number"
            },
            "scope": {
              "description": "all = whole universe",
              "enum": [
                "symbol",
                "all"
              ],
              "type": "string"
            },
            "symbol": {
              "description": "USDT perp symbol e.g. SOLUSDT, BTCUSDT (default SOLUSDT)",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "properties": {
                "bucket_min": {
                  "type": "number"
                },
                "buckets": {
                  "type": "array"
                },
                "hours": {
                  "type": "number"
                },
                "longs_usd": {
                  "type": "number"
                },
                "scope": {
                  "type": "string"
                },
                "shorts_usd": {
                  "type": "number"
                },
                "source": {
                  "type": "string"
                },
                "total_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