Rank Reg D offerings above a USD threshold — returns issuer, industry, target size, sold a
Rank Reg D offerings above a USD threshold — returns issuer, industry, target size, sold and remaining amounts, largest first. Use to spot big private raises without scanning the full Form D feed.
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-02
updated
Provider
answerpool.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"min_usd": 50000000
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-08-31T14:00:00Z",
"count": 1,
"index_started_at": "2026-08-27T00:00:00Z",
"offerings": [
{
"accession": "0002150620-26-000001",
"cik": "0002150620",
"company": "Upfront Secondary II-C, L.P.",
"entity_type": "Limited Partnership",
"exemptions": [
"06b"
],
"filed_at": "2026-08-28T17:30:10",
"filing_url": "https://www.sec.gov/Archives/edgar/data/2150620/000215062026000001-index.htm",
"first_sale_date": "2026-08-20",
"industry_group": "Pooled Investment Fund",
"investors": 3,
"is_amendment": false,
"minimum_investment": null,
"remaining_usd": 50000000,
"sold_usd": 10000000,
"state": "CA",
"total_offering_usd": 60000000
}
],
"since": "2026-08-24T00:00:00"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"limit": {
"default": 50,
"maximum": 200,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"min_usd": {
"default": 50000000,
"minimum": 0,
"title": "Min Usd",
"type": "number"
},
"since": {
"anyOf": [
{
"maxLength": 32,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Since"
}
},
"title": "LargeIn",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"title": "As Of",
"type": "string"
},
"count": {
"title": "Count",
"type": "integer"
},
"disclaimer": {
"default": "Derived from public SEC EDGAR filings; not investment advice.",
"title": "Disclaimer",
"type": "string"
},
"index_started_at": {
"title": "Index Started At",
"type": "string"
},
"method_id": {
"default": "sec_events_rules_v1",
"title": "Method Id",
"type": "string"
},
"next_cursor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Next Cursor"
},
"offerings": {
"items": {
"properties": {
"accession": {
"title": "Accession",
"type": "string"
},
"cik": {
"title": "Cik",
"type": "string"
},
"company": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Company"
},
"entity_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Entity Type"
},
"exemptions": {
"items": {
"type": "string"
},
"title": "Exemptions",
"type": "array"
},
"filed_at": {
"title": "Filed At",
"type": "string"
},
"filing_url": {
"title": "Filing Url",
"type": "string"
},
"first_sale_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "First Sale Date"
},
"industry_group": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Industry Group"
},
"investors": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Investors"
},
"is_amendment": {
"title": "Is Amendment",
"type": "boolean"
},
"minimum_investment": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Minimum Investment"
},
"remaining_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Remaining Usd"
},
"sold_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Sold Usd"
},
"state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "State"
},
"total_offering_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Total Offering Usd"
}
},
"required": [
"accession",
"filed_at",
"cik",
"company",
"state",
"entity_type",
"industry_group",
"is_amendment",
"total_offering_usd",
"sold_usd",
"remaining_usd",
"investors",
"exemptions",
"minimum_investment",
"first_sale_date",
"filing_url"
],
"title": "FormDRow",
"type": "object"
},
"title": "Offerings",
"type": "array"
},
"since": {
"title": "Since",
"type": "string"
}
},
"required": [
"as_of",
"index_started_at",
"since",
"count",
"offerings"
],
"title": "FormDOutput",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://answerpool.io/v1/sec/formd/large" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://answerpool.io/v1/sec/formd/large");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://answerpool.io/v1/sec/formd/large")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7755.json, and this resource appears in /discovery/resources and /discovery/search.