ToolAssay

Full liquidation report — all assets, long/short breakdown, hot zones

Full liquidation report — all assets, long/short breakdown, hot zones

Answeringour last check, 2026-09-24
1 of 1checks answered this week
746 msmedian answer time
$0.1listed price per call
$0.1price 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://liq.lonestaroracle.xyz/liquidations

CategoryEverything else
Provider hostliq.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days14 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 746 ms

Example input (from the provider)

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

Promised output schema (from the provider)

{
  "category": "crypto",
  "description": "Perp liquidation data for BTC/ETH/SOL/AVAX/LINK/ARB. Signal-first: LONG_CASCADE/SHORT_CASCADE/BALANCED/EXTREME. Long vs short volume, biggest single events, hottest price zones. 5-min cache.",
  "name": "LoneStarOracle \u2014 Liquidations",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "assets": [
            {
              "asset": "BTC",
              "biggest": {
                "side": "long",
                "usd": 4200000
              },
              "long_usd": 30000000,
              "signal": "LONG_CASCADE"
            }
          ],
          "signal": "LONG_CASCADE",
          "total_long_usd": 45000000,
          "total_short_usd": 8000000
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "liquidations",
    "perps",
    "futures",
    "cascade",
    "crypto",
    "trading",
    "risk"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON