$0.01
per call · USD Coin on Base
Check whether a company filed a new SEC 8-K, 10-Q, or 10-K after a timestamp. Accepts a ticker or CIK and returns a compact filing decision, accession links, and a next-check cursor; no materiality opinion or investment advice.
Endpoint
POST https://evidence.regulavita.com/v1/sec/filing-change-signal8
Calls / 30d
3
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://evidence.regulavita.com/v1/sec/filing-change-signal", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"forms": [
"8-K",
"10-Q",
"10-K"
],
"max_source_age_seconds": 600,
"since": "2026-08-04T07:51:44Z",
"ticker": "AAPL"
}),
});
const data = await res.json();curl -X POST \
"https://evidence.regulavita.com/v1/sec/filing-change-signal" \
-H "Content-Type: application/json" \
-d '{"forms":["8-K","10-Q","10-K"],"max_source_age_seconds":600,"since":"2026-08-04T07:51:44Z","ticker":"AAPL"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"decision": "NEW_RELEVANT_FILING",
"filing_count": 1,
"filings": [],
"next_since": "2026-08-04T00:00:00Z",
"premium_evidence_path": "/v1/sec/filing-trigger-delta",
"request_id": "sec_signal_example"
}Payment details
0x9500075649a70411c81f99c4314f6cff55d12579USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Official Source Evidence & similar services
Official Source Evidence · GTM Form D Funding Leads
evidence.regulavita.com
Find newly filed SEC Form D private-offering signals for autonomous GTM workflows. Filter by issuer state, industry keyword, and reported amount sold. Returns official links, company context, related people, and a cursor. Form D is a notice, not proof of total funding raised.
Kronos Crypto Data & Forecasts · Liquidations BTC
kronossignals.com
Forward liquidation cluster map + recent prints for all 17 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE-USD. Pay-per-call via x402.
svm402-service · Price
svm402.com
Current price and liquidity data for a Solana token given its mint address, sourced from Jupiter and Helius. Call this for a quick, cheap market quote when you do not need the full analysis. — $0.01 USDC