C

Coil Hold State · Board Hold

by Coil Hold State

GETBaseSolanaalgorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=Algorand

$0.005

per call · USD Coin on Base

Per-symbol HOLD-STATE read — is the published trend state behind a name intact? GET /api/board/hold?sym=NVDA (up to 10, comma-separated, one price) returns each name's state, hold strength 0-100, readiness, maturity-late flag, overnight gap-risk grade and its book's regime, with the mechanical rules states flip on. BTC-USD/ETH-USD return the crypto book's IN|CASH daily-close state. Impersonal publication — never your entry or size. ~5-min refresh in market hours. Research, not advice.

Endpoint

GET https://coil.trade/api/board/hold

9

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://coil.trade/api/board/hold", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://coil.trade/api/board/hold?sym=NVDA+%28or+NVDA%2CAMD%2CBTC-USD+%E2%80%94+up+to+10+in+one+read%29" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "book_regimes": {
    "spx": {
      "ladder_rung": "NAMES",
      "mode": "NAMES_ON",
      "verdict": "…"
    }
  },
  "holds": [
    {
      "gap_level": "LOW",
      "gap_risk": 18,
      "hold_label": "STRONG",
      "hold_q": 88,
      "light": "g",
      "mat_late": false,
      "name": "NVIDIA",
      "readiness": 74,
      "sector": "Information Technology",
      "state": "firing",
      "sym": "NVDA"
    },
    {
      "book": "crypto",
      "light": "g",
      "name": "Bitcoin",
      "regime_mode": "RISK_ON",
      "rule": "long-only; flips CASH when its own 50-day gate fails at a UTC daily close…",
      "state": "IN",
      "sym": "BTC-USD"
    }
  ],
  "product": "coil-hold",
  "requested": 2,
  "returned": 2,
  "rules": {
    "crypto": "…",
    "equity": "…",
    "impersonal": "published per-symbol state, identical for every reader"
  }
}

Payment details

Pay to0x7b53524d5c5d29efb8c1d128c56f62fe38cd9476
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, Algorand
Schemesexact

Is this your API?

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

Get featured →

More from Coil Hold State & similar services