Coil Index Scores · Board Indices
$0.005
per call · USD Coin on Base
Index scores for trading agents — how strong is each major index right now? One read returns the scored index row per book: S&P 500 (SPY) and Nasdaq-100 (QQQ) plus the macro and BTC/ETH crypto books — 0-100 opportunity score, percentile, green/yellow/red light and entry state for each index, with every book's regime verdict alongside. The cheapest top-down read of the whole tape. Refreshed ~5 min in market hours, timestamped. Research, not advice.
Endpoint
GET https://coil.trade/api/board/indices18
Calls / 30d
8
Unique payers / 30d
Sep 9
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/indices", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://coil.trade/api/board/indices" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asof_daily": "2026-07-22",
"book_order": [
"spx",
"qqq",
"macro",
"crypto"
],
"books": {
"spx": {
"index": {
"light": "g",
"opp_pct": 90,
"opp_score": 65.5,
"state": "cold",
"sym": "SPY"
},
"label": "SPX",
"regime_mode": "NAMES_ON",
"verdict": "…"
}
},
"freshness": {
"data_age_seconds": 142,
"market_open": true,
"next_refresh_at": "<ISO-8601 UTC — always present; do not re-buy before this>",
"poll_hint": "Market open — this board recomputes about every 5 minutes; polling faster returns the same payload."
},
"product": "coil-indices"
}Payment details
0x7b53524d5c5d29efb8c1d128c56f62fe38cd9476USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Coil Index Scores & similar services
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
Exa · Search
api.exa.ai
Exa /search endpoint