ToolAssay

Where the current kimchi premium sits inside its own recent distribution

Where the current kimchi premium sits inside its own recent distribution: percentile, mean, stdev, z-score, min/max/median, and a plain-language read. Answers 'is this premium unusual right now?' in one call. Built from a continuous archive that cannot be reconstructed from any free source. Params: ?symbol=BTC &window=1h|6h|24h|7d|30d|90d &basis=usdt|official.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
35 msmedian answer time
$0.12listed price per call
$0.12price 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://k-data-x402-production.theblack1022.workers.dev/api/kimchi-premium/stats

CategoryEverything else
Provider hostk-data-x402-production.theblack1022.workers.dev
Networkseip155: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 valid payment request 402$0.12 35 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "basis": "usdt",
    "symbol": "BTC",
    "window": "7d"
  },
  "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": {
            "basis": {
              "description": "Which premium basis to analyse (default usdt)",
              "enum": [
                "usdt",
                "official"
              ],
              "type": "string"
            },
            "symbol": {
              "description": "Archived tickers: BTC, ETH, XRP, SOL, DOGE, USDT",
              "type": "string"
            },
            "window": {
              "description": "Lookback window (default 24h)",
              "enum": [
                "1h",
                "6h",
                "24h",
                "7d",
                "30d",
                "90d"
              ],
              "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