Coil Hold State · Board Hold
$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/hold9
Calls / 30d
1
Unique payers / 30d
Sep 6
Last called
exact
Payment scheme
Call this service
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 -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
0x7b53524d5c5d29efb8c1d128c56f62fe38cd9476USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Coil Hold State & similar services
Loyalspark · Recipient API Offers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Workflow Reward Status
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Recipient API Vouchers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.