ToolAssay

Full multi-exchange liquidation map snapshot for a Binance USDT-M perp

Full multi-exchange liquidation map snapshot for a Binance USDT-M perp: modeled leverage clusters, real forceOrder levels, top magnets, funding, OI and orderbook context.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
992 msmedian answer time
$0.005listed price per call
$0.005price 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://bykaranteli.com/api/x402/liqmap-levels

CategoryEverything else
Provider hostbykaranteli.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days10 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 992 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "symbol": "BTCUSDT",
    "timeframe": "1h"
  },
  "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": {
            "exchange": {
              "description": "One venue's model instead of the multi-venue merge, default all: all, binance, bybit, okx, gate, htx or hyperliquid",
              "type": "string"
            },
            "leverage": {
              "description": "Leverage group, default all: all, low (5x and 10x), medium (25x) or high (50x and 100x)",
              "type": "string"
            },
            "symbol": {
              "description": "Ticker covered by LiqMap, e.g. BTC, ETH or SOL, with or without the USDT suffix (default BTC); the list is at https://bykaranteli.com/liqmap",
              "type": "string"
            },
            "timeframe": {
              "description": "Lookback window for the position model: 1h, 4h, 12h, 24h, 3d, 1w or 30d (default 24h)",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON