ToolAssay

Pay once to watch a Base token's liquidity

Pay once to watch a Base token's liquidity. We snapshot a baseline and, on each monitor run, POST your webhook if liquidity collapses (a liquidity pull — the actual moment of a rug). Not price moving — the pool being drained out from under you. Expires after 30 days.

Answers HTTP 429 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.1listed 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://402.com.tr/api/x402/rug-monitor

CategoryMarket data
Provider host402.com.tr
Networkseip155:137, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no x402 terms 429 387 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {},
  "queryParams": {
    "dropPct": "50",
    "token": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"
  },
  "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"
        },
        "pathParams": {
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "check": {
              "description": "Or: monitor id to poll its status",
              "type": "string"
            },
            "dropPct": {
              "description": "Fire on liquidity drop % (default 50)",
              "type": "string"
            },
            "token": {
              "description": "Token address",
              "type": "string"
            },
            "webhook": {
              "description": "Webhook URL (optional \u2014 omit to poll)",
              "type": "string"
            }
          },
          "required": [
            "token"
          ],
          "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