W

Workers · Kimchi Premium Stats

by Workers

GETBase

$0.12

per call · USD Coin on Base

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.

Endpoint

GET https://k-data-x402-production.theblack1022.workers.dev/api/kimchi-premium/stats

1

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://k-data-x402-production.theblack1022.workers.dev/api/kimchi-premium/stats", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://k-data-x402-production.theblack1022.workers.dev/api/kimchi-premium/stats?basis=usdt&symbol=BTC&window=7d" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "usdt",
  "current_pct": 0.193,
  "interpretation": "unusually high versus this window",
  "mean_pct": 0.041,
  "percentile": 92.4,
  "samples": 2016,
  "stdev_pct": 0.118,
  "symbol": "BTC",
  "window": "7d",
  "zscore": 1.288
}

Payment details

Pay to0x519c79c7eb7566f7353a324472a5ce4f05330c81
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Workers & similar services