Coil Crypto Gate · Crypto Gate
$0.001
per call · USD Coin on Base
START HERE — the cheapest answer we sell ($0.001) and the first call most agents make. Is crypto risk-on right now? Whether the BTC 200-day master gate is open or closed, the LONG/CASH state of the BTC and ETH sleeves, and a one-line verdict, all evaluated on UTC daily closes by a long-only rules engine. Poll it every cycle; when the gate flips, step up to /api/board/regime for the equity tape and /api/board/indices for the index ladder ($0.005 each). Research, not advice.
Endpoint
GET https://coil.trade/api/crypto/gate32
Calls / 30d
14
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/crypto/gate", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://coil.trade/api/crypto/gate" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asof_daily": "2026-07-24",
"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."
},
"gate_open": false,
"mode": "RISK_OFF",
"product": "coil-crypto-gate",
"sleeves": [
{
"state": "CASH",
"sym": "BTC-USD"
},
{
"state": "CASH",
"sym": "ETH-USD"
}
],
"verdict": "CASH — BTC closed below its 200-day gate…"
}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 Crypto Gate & 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.