{
  "x402Version": 2,
  "id": 7755,
  "slug": "7755",
  "resource": "https://answerpool.io/v1/sec/formd/large",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "answerpool.io",
  "lastUpdated": "2026-09-02T22:30:29.459Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T22:30:29.224Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "answerpool.io",
    "manifest_name": "answerpool.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}