$0.05
per call · USD Coin on Base
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.
Endpoint
POST https://evidence.regulavita.com/v1/gtm/form-d-funding-leads15
Calls / 30d
5
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://evidence.regulavita.com/v1/gtm/form-d-funding-leads", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"include_amendments": false,
"industry_keywords": [],
"limit": 10,
"max_source_age_seconds": 600,
"minimum_amount_sold_usd": "0",
"since": "2026-09-05T14:12:02Z",
"states": []
}),
});
const data = await res.json();curl -X POST \
"https://evidence.regulavita.com/v1/gtm/form-d-funding-leads" \
-H "Content-Type: application/json" \
-d '{"include_amendments":false,"industry_keywords":[],"limit":10,"max_source_age_seconds":600,"minimum_amount_sold_usd":"0","since":"2026-09-05T14:12:02Z","states":[]}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"decision": "FORM_D_FUNDING_SIGNALS_FOUND",
"lead_count": 1,
"leads": [],
"pagination": {
"has_more": false,
"next_cursor": null
},
"provenance": {
"parser_version": "sec-form-d-funding-leads/0.1.0"
},
"receipt": {
"algorithm": "Ed25519"
},
"request_id": "form_d_funding_leads_example",
"upgrade": {
"path": "/v1/gtm/form-d-company-dossier",
"price": "$0.25",
"requests": []
}
}Payment details
0x9500075649a70411c81f99c4314f6cff55d12579USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from Official Source Evidence & similar services
Official Source Evidence · SEC Filing Change Signal
evidence.regulavita.com
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.
Coin Flip · Coinflip
coinflip402.vercel.app
Flip a coin for a small USDC payment on Base mainnet. Returns heads or tails.
Useless Fact · Useless Fact
x402uselessfacts.vercel.app
Pay a tiny amount of USDC and receive one delightfully useless fact.