INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

420 observations · Differences between dated observations.

answerpool.ioBoard and officer interlock map for any public company — the insiders from its SEC ownership filings joined to every other issuer they file for, with roles on both sides. One call replaces entity resolution across Forms 3/4/5.
https://answerpool.io/v1/graph/interlocks
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Board and officer interlock map for any public company — the insiders from its SEC ownership filings joined to every other issuer they file for, with roles on both sides. One call replaces entity resolution across Forms 3/4/5.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "days": {
                "default": 365,
                "description": "Ownership-filing window.",
                "maximum": 3650,
                "minimum": 7,
                "title": "Days",
                "type": "integer"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "InterlocksIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "company": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Company"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Entity relationships extracted from public SEC filings; heuristic text/index joins, not a legal governance or ownership record. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "index_started": {
                "title": "Index Started",
                "type": "string"
              },
              "insiders_seen": {
                "title": "Insiders Seen",
                "type": "integer"
              },
              "interlocks": {
                "items": {
                  "properties": {
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "shared_people": {
                      "items": {
                        "properties": {
                          "last_seen": {
                            "title": "Last Seen",
                            "type": "string"
                          },
                          "name": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "title": "Name"
                          },
                          "owner_cik": {
                            "title": "Owner Cik",
                            "type": "string"
                          },
                          "role_at_other": {
                            "title": "Role At Other",
                            "type": "string"
                          },
                          "role_at_target": {
                            "title": "Role At Target",
                            "type": "string"
                          }
                        },
                        "required": [
                          "owner_cik",
                          "name",
                          "role_at_target",
                          "role_at_other",
                          "last_seen"
                        ],
                        "title": "SharedPerson",
                        "type": "object"
                      },
                      "title": "Shared People",
                      "type": "array"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "cik",
                    "ticker",
                    "company",
                    "shared_people"
                  ],
                  "title": "LinkedCompany",
                  "type": "object"
                },
                "title": "Interlocks",
                "type": "array"
              },
              "method_id": {
                "default": "sec_graph_rules_v1",
                "title": "Method Id",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "cik",
              "company",
              "index_started",
              "insiders_seen",
              "count",
              "interlocks"
            ],
            "title": "InterlocksOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "19f137d2df85f2dcfcf23b4b7e123a0125963de8e35c963c28bc75e9b9930677",
  "service_id": "048123a4fd2464ebeac4413ae5fcc641533916f8dbfd432482ac33afc6c5b6dd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T21:44:34.544Z",
  "url": "https://answerpool.io/v1/graph/interlocks",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet a filer's year-by-year filing counts per form since 2021 — reporting rhythm, disclosure volume and gaps in one call from our historical index. Use to spot stopped reports or disclosure spikes without listing filings.
https://answerpool.io/v1/sec/filings/cadence
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get a filer's year-by-year filing counts per form since 2021 — reporting rhythm, disclosure volume and gaps in one call from our historical index. Use to spot stopped reports or disclosure spikes without listing filings.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "CadenceIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "company": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Company"
              },
              "disclaimer": {
                "default": "Derived from public SEC EDGAR filings; not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "index_from": {
                "title": "Index From",
                "type": "string"
              },
              "index_to": {
                "title": "Index To",
                "type": "string"
              },
              "method_id": {
                "default": "sec_events_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "total_filings": {
                "title": "Total Filings",
                "type": "integer"
              },
              "years": {
                "items": {
                  "properties": {
                    "counts": {
                      "additionalProperties": {
                        "type": "integer"
                      },
                      "title": "Counts",
                      "type": "object"
                    },
                    "total": {
                      "title": "Total",
                      "type": "integer"
                    },
                    "year": {
                      "title": "Year",
                      "type": "string"
                    }
                  },
                  "required": [
                    "year",
                    "counts",
                    "total"
                  ],
                  "title": "CadenceYear",
                  "type": "object"
                },
                "title": "Years",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "index_from",
              "index_to",
              "cik",
              "company",
              "years",
              "total_filings"
            ],
            "title": "CadenceOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "e273fe614659074259a74e9200346068d6a614ec6a4b520cba380ef1f83bab62",
  "service_id": "04d7c51b76cb3bab5208f4035398459a8b9ceb1973765786129d66ca6375e77c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:00.381Z",
  "url": "https://answerpool.io/v1/sec/filings/cadence",
  "usage_rights": "not_reviewed"
}
answerpool.ioOne issuer's complete path to going public — registrations, amendments, prospectuses, effectiveness and withdrawals in order with a current stage label, merged live from EDGAR plus our 2021+ index. Look up by CIK or name substring.
https://answerpool.io/v1/ipo/company
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "One issuer's complete path to going public — registrations, amendments, prospectuses, effectiveness and withdrawals in order with a current stage label, merged live from EDGAR plus our 2021+ index. Look up by CIK or name substring.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "company": {
                "anyOf": [
                  {
                    "maxLength": 80,
                    "minLength": 3,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Company-name substring.",
                "title": "Company"
              },
              "limit": {
                "default": 100,
                "maximum": 500,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "CompanyIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "company": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Company"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Registration and offering events from public SEC EDGAR filings; stage labels and the likely-IPO flag are deterministic heuristics, not offering advice. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "filed": {
                      "title": "Filed",
                      "type": "string"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "form",
                    "filed",
                    "accession",
                    "url"
                  ],
                  "title": "LifecycleEvent",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "method_id": {
                "default": "sec_ipo_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "stage": {
                "title": "Stage",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "cik",
              "company",
              "stage",
              "count",
              "events"
            ],
            "title": "CompanyOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "31b05042f3ee20db22aec7bedd5e1ad9bf6874efbfb577de28fc393b89606bed",
  "service_id": "04f56324ecd97ffe65d6a48594caa07283325351186cfb25ba2584ba63a60db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:21.007Z",
  "url": "https://answerpool.io/v1/ipo/company",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks reporting completed acquisitions, dispositions or changes of control (Items 2.01 and 5.01) market-wide with company, time and links. Use for deal monitoring without filtering the tape.
https://answerpool.io/v1/sec/8k/ma
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks reporting completed acquisitions, dispositions or changes of control (Items 2.01 and 5.01) market-wide with company, time and links. Use for deal monitoring without filtering the tape.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "09d9069436964a5e2ddde98971b09a5ee151dfa1bd556c707f75d555832522e9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:20.992Z",
  "url": "https://answerpool.io/v1/sec/8k/ma",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank 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.
https://answerpool.io/v1/sec/formd/large
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "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.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "2cdfdc079eaaac12146475731487d398ac327f40401339d7c8d06f589783f9a8",
  "service_id": "0a327ea7870c21d683ee71a906433880f99e46239809700a65b728069a05f41c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:29.459Z",
  "url": "https://answerpool.io/v1/sec/formd/large",
  "usage_rights": "not_reviewed"
}
answerpool.ioTrack US federal rules by term or agency — returns Federal Register rules and proposed rules with docket/RIN/CFR ids, effective and comment-close dates, deadline flags and day counts. Use instead of polling federalregister.gov.
https://answerpool.io/v1/regs/rules
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Track US federal rules by term or agency — returns Federal Register rules and proposed rules with docket/RIN/CFR ids, effective and comment-close dates, deadline flags and day counts. Use instead of polling federalregister.gov.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "agency": {
                "anyOf": [
                  {
                    "maxLength": 120,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Federal Register agency slug, e.g. securities-and-exchange-commission.",
                "title": "Agency"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "significant_only": {
                "default": false,
                "description": "Only E.O. 12866 significant documents.",
                "title": "Significant Only",
                "type": "boolean"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "publication_date >= (ISO date). Default: last 30 days.",
                "title": "Since"
              },
              "term": {
                "anyOf": [
                  {
                    "maxLength": 200,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Full-text term, e.g. 'artificial intelligence'.",
                "title": "Term"
              },
              "types": {
                "default": "rule,proposed_rule",
                "description": "Comma-separated: rule, proposed_rule, notice, presidential.",
                "title": "Types",
                "type": "string"
              },
              "until": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Until"
              }
            },
            "title": "RulesInput",
            "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": "Regulatory information from the Federal Register (public domain); not legal advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "documents": {
                "items": {
                  "properties": {
                    "abstract": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Abstract"
                    },
                    "action": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Action"
                    },
                    "agencies": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Agencies",
                      "type": "array"
                    },
                    "cfr_references": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Cfr References",
                      "type": "array"
                    },
                    "comments_close_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Comments Close On"
                    },
                    "days_to_comment_close": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Days To Comment Close"
                    },
                    "days_to_effective": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Days To Effective"
                    },
                    "docket_ids": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Docket Ids",
                      "type": "array"
                    },
                    "document_number": {
                      "title": "Document Number",
                      "type": "string"
                    },
                    "effective_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Effective On"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "publication_date": {
                      "title": "Publication Date",
                      "type": "string"
                    },
                    "regulation_id_numbers": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Regulation Id Numbers",
                      "type": "array"
                    },
                    "significant": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Significant"
                    },
                    "title": {
                      "title": "Title",
                      "type": "string"
                    },
                    "topics": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Topics",
                      "type": "array"
                    },
                    "type": {
                      "title": "Type",
                      "type": "string"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "document_number",
                    "title",
                    "type",
                    "action",
                    "agencies",
                    "publication_date",
                    "effective_on",
                    "comments_close_on",
                    "significant",
                    "abstract",
                    "docket_ids",
                    "regulation_id_numbers",
                    "cfr_references",
                    "topics",
                    "url",
                    "flags",
                    "days_to_comment_close",
                    "days_to_effective"
                  ],
                  "title": "RegDoc",
                  "type": "object"
                },
                "title": "Documents",
                "type": "array"
              },
              "method_id": {
                "default": "reg_rules_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "total_matching": {
                "title": "Total Matching",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "total_matching",
              "count",
              "documents"
            ],
            "title": "RulesOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d48ec1bf28ecbdc0f40f4e823acc96eb59c3327b13afabe73aefd608678cedfe",
  "service_id": "0df358883d0bcf163f4f757a35caee04e00cd80b0069d01c4c67bc8d5d2aa0d0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:26:26.971Z",
  "url": "https://answerpool.io/v1/regs/rules",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet monthly EDGAR-wide volume for any form since 2021 — S-1 as an IPO-pipeline proxy, Form D as private-capital activity, 10-K seasonality — one series, coverage stated. Use instead of counting filings yourself month by month. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.
https://answerpool.io/v1/sec/trends/form
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get monthly EDGAR-wide volume for any form since 2021 — S-1 as an IPO-pipeline proxy, Form D as private-capital activity, 10-K seasonality — one series, coverage stated. Use instead of counting filings yourself month by month. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "form": {
                "description": "e.g. S-1, 8-K, D, 13F-HR, 10-K",
                "maxLength": 12,
                "title": "Form",
                "type": "string"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "ISO date, YYYY-MM-DD (e.g. 2023-01-01); first filing date counted. Defaults to, and is clamped at, the start of index coverage reported as index_from.",
                "title": "Since"
              }
            },
            "required": [
              "form"
            ],
            "title": "TrendIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "21da9f6385078d87a077928491b722aa193551014b7ec42b61d2bc7e8c50422e",
  "service_id": "18cd2de11613eb1ae8511544e9a11a3138fa4264402ba133038bd35616bc454a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:18:02.965Z",
  "url": "https://answerpool.io/v1/sec/trends/form",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet normalized key financials for one filer — revenue, net income, operating cash flow, assets, liabilities, capex, R&D and shares across eight reported periods. Use instead of downloading and normalizing the companyfacts JSON. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.
https://answerpool.io/v1/sec/xbrl/financials
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get normalized key financials for one filer — revenue, net income, operating cash flow, assets, liabilities, capex, R&D and shares across eight reported periods. Use instead of downloading and normalizing the companyfacts JSON. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "TickerCikIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "disclaimer": {
                "default": "Derived from public SEC EDGAR filings; not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "facts": {
                "additionalProperties": {
                  "items": {
                    "properties": {
                      "end": {
                        "title": "End",
                        "type": "string"
                      },
                      "filed": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Filed"
                      },
                      "form": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Form"
                      },
                      "fp": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Fp"
                      },
                      "fy": {
                        "anyOf": [
                          {
                            "type": "integer"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "Fy"
                      },
                      "value": {
                        "title": "Value",
                        "type": "number"
                      }
                    },
                    "required": [
                      "end",
                      "value"
                    ],
                    "title": "FactPointRow",
                    "type": "object"
                  },
                  "type": "array"
                },
                "title": "Facts",
                "type": "object"
              },
              "source": {
                "title": "Source",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "cik",
              "facts",
              "source"
            ],
            "title": "FinancialsOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7403faa0aefed718a23b40da3f48cecd23ba34040fe43695190d1115d07b1ac8",
  "service_id": "19275e545c00ae9d9aadc3577a9b06642751fe03817af13de8ee1c5056cabf30",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-03T18:34:23.007Z",
  "url": "https://answerpool.io/v1/sec/xbrl/financials",
  "usage_rights": "not_reviewed"
}
answerpool.ioNew executive orders, proclamations and presidential memoranda from the Federal Register, newest first, optionally filtered by search term — normalized documents with agencies, topics and links. One call, no EO-section parsing.
https://answerpool.io/v1/regs/eo
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "New executive orders, proclamations and presidential memoranda from the Federal Register, newest first, optionally filtered by search term — normalized documents with agencies, topics and links. One call, no EO-section parsing.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "doc_type": {
                "default": "executive_order",
                "description": "Presidential document type.",
                "pattern": "^(executive_order|proclamation|memorandum)$",
                "title": "Doc Type",
                "type": "string"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "ISO date; default 90d.",
                "title": "Since"
              },
              "term": {
                "anyOf": [
                  {
                    "maxLength": 200,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Term"
              }
            },
            "title": "EoIn",
            "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": "Regulatory information from the Federal Register (public domain); not legal advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "documents": {
                "items": {
                  "properties": {
                    "abstract": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Abstract"
                    },
                    "action": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Action"
                    },
                    "agencies": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Agencies",
                      "type": "array"
                    },
                    "cfr_references": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Cfr References",
                      "type": "array"
                    },
                    "comments_close_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Comments Close On"
                    },
                    "days_to_comment_close": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Days To Comment Close"
                    },
                    "days_to_effective": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Days To Effective"
                    },
                    "docket_ids": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Docket Ids",
                      "type": "array"
                    },
                    "document_number": {
                      "title": "Document Number",
                      "type": "string"
                    },
                    "effective_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Effective On"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "publication_date": {
                      "title": "Publication Date",
                      "type": "string"
                    },
                    "regulation_id_numbers": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Regulation Id Numbers",
                      "type": "array"
                    },
                    "significant": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Significant"
                    },
                    "title": {
                      "title": "Title",
                      "type": "string"
                    },
                    "topics": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Topics",
                      "type": "array"
                    },
                    "type": {
                      "title": "Type",
                      "type": "string"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "document_number",
                    "title",
                    "type",
                    "action",
                    "agencies",
                    "publication_date",
                    "effective_on",
                    "comments_close_on",
                    "significant",
                    "abstract",
                    "docket_ids",
                    "regulation_id_numbers",
                    "cfr_references",
                    "topics",
                    "url",
                    "flags",
                    "days_to_comment_close",
                    "days_to_effective"
                  ],
                  "title": "RegDoc",
                  "type": "object"
                },
                "title": "Documents",
                "type": "array"
              },
              "method_id": {
                "default": "reg_views_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "next_since": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Next Since"
              },
              "total_matching": {
                "title": "Total Matching",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "total_matching",
              "count",
              "documents"
            ],
            "title": "RegDocsOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "516c187cc783342475195cc2d100d5d05ada2d39acfb17320f6a2eae64bd3b33",
  "service_id": "2dc294bc364011e0acab7aaae3706fe6dd068296980a6ed2fbabef754ef43e07",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:10.04Z",
  "url": "https://answerpool.io/v1/regs/eo",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks disclosing material impairments (Item 2.06) market-wide with company, time and links — write-down events pre-filtered from the tape. Use for credit and asset-quality monitoring.
https://answerpool.io/v1/sec/8k/impairment
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks disclosing material impairments (Item 2.06) market-wide with company, time and links — write-down events pre-filtered from the tape. Use for credit and asset-quality monitoring.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "316414168ad6f92307bac51179d61f622fe90285450a0ef748dfcb9dff3bf4fe",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:14.363Z",
  "url": "https://answerpool.io/v1/sec/8k/impairment",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank the fastest-accelerating research topics across ~4,500 OpenAlex topics, weekly — returns rank, momentum z-score, growth, acceleration and citation-quality growth per topic, filterable by field. Use to find what is accelerating.
https://answerpool.io/v1/technology/emerging
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Rank the fastest-accelerating research topics across ~4,500 OpenAlex topics, weekly — returns rank, momentum z-score, growth, acceleration and citation-quality growth per topic, filterable by field. Use to find what is accelerating.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "emerging_only": {
                "default": false,
                "description": "Only topics flagged emerging (high momentum, below-median size).",
                "title": "Emerging Only",
                "type": "boolean"
              },
              "field": {
                "anyOf": [
                  {
                    "maxLength": 80,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Restrict to an OpenAlex field name, e.g. 'Engineering', 'Medicine'.",
                "title": "Field"
              },
              "limit": {
                "default": 25,
                "description": "Number of ranked topics to return.",
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "min_works": {
                "default": 50,
                "description": "Minimum works in the last complete year (filters noise).",
                "minimum": 1,
                "title": "Min Works",
                "type": "integer"
              }
            },
            "title": "EmergingInput",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "computed_at": {
                "title": "Computed At",
                "type": "string"
              },
              "data_as_of": {
                "title": "Data As Of",
                "type": "string"
              },
              "disclaimer": {
                "default": "Statistical ranking over OpenAlex (CC0) publication counts; an estimate, not ground truth.",
                "title": "Disclaimer",
                "type": "string"
              },
              "last_full_year": {
                "title": "Last Full Year",
                "type": "integer"
              },
              "method_id": {
                "default": "technology_momentum_stat_v1",
                "title": "Method Id",
                "type": "string"
              },
              "scan_id": {
                "title": "Scan Id",
                "type": "string"
              },
              "topics": {
                "items": {
                  "properties": {
                    "acceleration_3y": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Acceleration 3Y"
                    },
                    "decile_growth_3y": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Decile Growth 3Y"
                    },
                    "field": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Field"
                    },
                    "growth_1y": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Growth 1Y"
                    },
                    "growth_3y": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Growth 3Y"
                    },
                    "growth_5y": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Growth 5Y"
                    },
                    "is_emerging": {
                      "title": "Is Emerging",
                      "type": "boolean"
                    },
                    "momentum_stat": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "description": "Universe z-score blend of 3y growth, acceleration and lagged top-decile growth (method technology_momentum_stat_v1).",
                      "title": "Momentum Stat"
                    },
                    "name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Name"
                    },
                    "rank": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Rank"
                    },
                    "subfield": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Subfield"
                    },
                    "topic_id": {
                      "title": "Topic Id",
                      "type": "string"
                    },
                    "works_10y": {
                      "title": "Works 10Y",
                      "type": "integer"
                    },
                    "works_last_full_year": {
                      "title": "Works Last Full Year",
                      "type": "integer"
                    }
                  },
                  "required": [
                    "topic_id",
                    "name",
                    "field",
                    "subfield",
                    "rank",
                    "momentum_stat",
                    "growth_1y",
                    "growth_3y",
                    "growth_5y",
                    "acceleration_3y",
                    "decile_growth_3y",
                    "works_last_full_year",
                    "works_10y",
                    "is_emerging"
                  ],
                  "title": "TopicScore",
                  "type": "object"
                },
                "title": "Topics",
                "type": "array"
              },
              "universe_size": {
                "title": "Universe Size",
                "type": "integer"
              }
            },
            "required": [
              "scan_id",
              "computed_at",
              "data_as_of",
              "last_full_year",
              "universe_size",
              "topics"
            ],
            "title": "EmergingOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "201433371be77ac592cadfc5059e401260ba0fdb46079a1f7c352e9c2ad6744e",
  "service_id": "3208c139ef55cfca285b051f67834e9b92d4d2211ed133c3819d0b77e4bc7d1f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:26:44.406Z",
  "url": "https://answerpool.io/v1/technology/emerging",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks reporting an auditor change (Item 4.01) market-wide — a standing accounting red flag with company, time and links. Use for accounting-risk monitoring instead of filtering the tape.
https://answerpool.io/v1/sec/8k/auditor-change
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks reporting an auditor change (Item 4.01) market-wide — a standing accounting red flag with company, time and links. Use for accounting-risk monitoring instead of filtering the tape.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "39cb804536f6668c31d48d6d116351736e51b6b6f5fa3a49cfb6e6f86ea3c4c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:53.371Z",
  "url": "https://answerpool.io/v1/sec/8k/auditor-change",
  "usage_rights": "not_reviewed"
}
answerpool.ioList issuers where 3+ distinct officers or directors bought within a week — returns combined buy USD, insider count and names per issuer. A derived cluster signal no other API sells as one call; use as a high-conviction insider screen.
https://answerpool.io/v1/sec/insider/clusters
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List issuers where 3+ distinct officers or directors bought within a week — returns combined buy USD, insider count and names per issuer. A derived cluster signal no other API sells as one call; use as a high-conviction insider screen.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "days": {
                "default": 7,
                "maximum": 30,
                "minimum": 1,
                "title": "Days",
                "type": "integer"
              },
              "min_insiders": {
                "default": 3,
                "maximum": 10,
                "minimum": 2,
                "title": "Min Insiders",
                "type": "integer"
              }
            },
            "title": "ClustersIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "clusters": {
                "items": {
                  "properties": {
                    "buy_usd": {
                      "title": "Buy Usd",
                      "type": "number"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filings": {
                      "title": "Filings",
                      "type": "integer"
                    },
                    "insider_names": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Insider Names",
                      "type": "array"
                    },
                    "insiders": {
                      "title": "Insiders",
                      "type": "integer"
                    },
                    "latest_at": {
                      "title": "Latest At",
                      "type": "string"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "cik",
                    "ticker",
                    "company",
                    "insiders",
                    "insider_names",
                    "buy_usd",
                    "filings",
                    "latest_at"
                  ],
                  "title": "ClusterRow",
                  "type": "object"
                },
                "title": "Clusters",
                "type": "array"
              },
              "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"
              },
              "window_days": {
                "title": "Window Days",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "window_days",
              "count",
              "clusters"
            ],
            "title": "ClustersOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "24ab672c0906b493a776e38389938e3b771f7363a847f78c4fe492b1b7753ed7",
  "service_id": "41bbb3888576a75d47d0e18ee6705a9f584fe917d54f8dacdbf25720f573cc7c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:44.722Z",
  "url": "https://answerpool.io/v1/sec/insider/clusters",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet an institutional manager's reported holdings from its latest 13F-HR — issuer, as-filed CUSIP/FIGI, value and shares, largest first, accession-cited. The dataset gated at competitors' top tiers, priced per call.
https://answerpool.io/v1/sec/13f/manager
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get an institutional manager's reported holdings from its latest 13F-HR — issuer, as-filed CUSIP/FIGI, value and shares, largest first, accession-cited. The dataset gated at competitors' top tiers, priced per call.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "description": "Manager CIK",
                "maxLength": 10,
                "pattern": "^\\d{1,10}$",
                "title": "Cik",
                "type": "string"
              },
              "limit": {
                "default": 50,
                "maximum": 500,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "period": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Period"
              }
            },
            "required": [
              "cik"
            ],
            "title": "ManagerIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "accession": {
                "title": "Accession",
                "type": "string"
              },
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "From SEC Form 13F filings (public domain), reported quarterly with a filing lag; identifiers served as filed. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "holdings": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "class_title": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Class Title"
                    },
                    "cusip": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Cusip"
                    },
                    "figi": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Figi"
                    },
                    "issuer": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Issuer"
                    },
                    "put_call": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Put Call"
                    },
                    "share_type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Share Type"
                    },
                    "shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Shares"
                    },
                    "value_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Value Usd"
                    }
                  },
                  "required": [
                    "issuer",
                    "class_title",
                    "cusip",
                    "figi",
                    "value_usd",
                    "shares",
                    "share_type",
                    "put_call",
                    "accession"
                  ],
                  "title": "HoldingRow",
                  "type": "object"
                },
                "title": "Holdings",
                "type": "array"
              },
              "manager_name": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Manager Name"
              },
              "method_id": {
                "default": "sec_events_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "period": {
                "title": "Period",
                "type": "string"
              },
              "periods_held": {
                "items": {
                  "type": "string"
                },
                "title": "Periods Held",
                "type": "array"
              },
              "positions_reported": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Positions Reported"
              },
              "total_value_usd": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Total Value Usd"
              }
            },
            "required": [
              "as_of",
              "periods_held",
              "cik",
              "manager_name",
              "period",
              "accession",
              "total_value_usd",
              "positions_reported",
              "count",
              "holdings"
            ],
            "title": "ManagerHoldingsOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "aadf55ca89e191969cd3be8d0d209d743f3038db56879b6b7d143250901e3337",
  "service_id": "42f9447b50e7629fa478db3afb0a17f0a48cb99864763ba67b048b02c693df06",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:42.79Z",
  "url": "https://answerpool.io/v1/sec/13f/manager",
  "usage_rights": "not_reviewed"
}
answerpool.ioOfferings that just priced — final 424(b)(4) prospectuses in your window, each flagged likely-IPO when the issuer has no earlier 424(b) in our 2021+ index, separating debuts from follow-ons. One call, minutes-fresh.
https://answerpool.io/v1/ipo/priced
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Offerings that just priced — final 424(b)(4) prospectuses in your window, each flagged likely-IPO when the issuer has no earlier 424(b) in our 2021+ index, separating debuts from follow-ons. One call, minutes-fresh.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "days": {
                "default": 30,
                "maximum": 365,
                "minimum": 1,
                "title": "Days",
                "type": "integer"
              },
              "limit": {
                "default": 50,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "PricedIn",
            "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": "Registration and offering events from public SEC EDGAR filings; stage labels and the likely-IPO flag are deterministic heuristics, not offering advice. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "method_id": {
                "default": "sec_ipo_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "note": {
                "default": "424(b) prospectuses cover IPOs, follow-ons and shelf takedowns; likely_ipo=true means our 2021+ filing index shows no earlier 424(b) from this issuer.",
                "title": "Note",
                "type": "string"
              },
              "offerings": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filed": {
                      "title": "Filed",
                      "type": "string"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "likely_ipo": {
                      "anyOf": [
                        {
                          "type": "boolean"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null,
                      "title": "Likely Ipo"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "accession",
                    "cik",
                    "company",
                    "ticker",
                    "form",
                    "filed",
                    "url"
                  ],
                  "title": "PricedRow",
                  "type": "object"
                },
                "title": "Offerings",
                "type": "array"
              },
              "window_days": {
                "title": "Window Days",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "window_days",
              "count",
              "offerings"
            ],
            "title": "PricedOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "72b31b6d386565313d63e57517e5cf58a8a10015fac128f45351e76811aac2b4",
  "service_id": "440480dd2bc687124478210d98a8c4a955a8a71a4e546a6b0ef2a3e38df8353b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:28.188Z",
  "url": "https://answerpool.io/v1/ipo/priced",
  "usage_rights": "not_reviewed"
}
answerpool.ioRegistration statements withdrawn in the last N days (RW and AW filings), newest first with issuer and filing links — the dead-deal list as one call. Covers all registration types, stated in the response.
https://answerpool.io/v1/ipo/withdrawn
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Registration statements withdrawn in the last N days (RW and AW filings), newest first with issuer and filing links — the dead-deal list as one call. Covers all registration types, stated in the response.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "days": {
                "default": 60,
                "maximum": 365,
                "minimum": 1,
                "title": "Days",
                "type": "integer"
              },
              "limit": {
                "default": 50,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "WithdrawnIn",
            "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": "Registration and offering events from public SEC EDGAR filings; stage labels and the likely-IPO flag are deterministic heuristics, not offering advice. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "filings": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filed": {
                      "title": "Filed",
                      "type": "string"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "accession",
                    "cik",
                    "company",
                    "ticker",
                    "form",
                    "filed",
                    "url"
                  ],
                  "title": "IpoFiling",
                  "type": "object"
                },
                "title": "Filings",
                "type": "array"
              },
              "method_id": {
                "default": "sec_ipo_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "note": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Note"
              },
              "window_days": {
                "title": "Window Days",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "window_days",
              "count",
              "filings"
            ],
            "title": "FilingsOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "38c536102c71fffaf4cdf8515a688b08baa1adcf0f5fbe1ee68159d9483e9844",
  "service_id": "457e1608a8c5c6486baa257a25fb5217f3e5229a25c54d4196c8b6d61f7d9d90",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:32.106Z",
  "url": "https://answerpool.io/v1/ipo/withdrawn",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks reporting delisting notices or listing-rule deficiencies (Item 3.01) market-wide with company, time and links. Use for listing-status and distress monitoring without reading the tape.
https://answerpool.io/v1/sec/8k/delisting
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks reporting delisting notices or listing-rule deficiencies (Item 3.01) market-wide with company, time and links. Use for listing-status and distress monitoring without reading the tape.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "4e50cf333ff7c5864d09b0c020221e0a5befb569eeaee4d456fc023e8f4b8e97",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:07.461Z",
  "url": "https://answerpool.io/v1/sec/8k/delisting",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks reporting bankruptcy or receivership (Item 1.03) market-wide with company, time, flags and links. Use for distress monitoring without filtering the whole 8-K tape yourself.
https://answerpool.io/v1/sec/8k/bankruptcy
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks reporting bankruptcy or receivership (Item 1.03) market-wide with company, time, flags and links. Use for distress monitoring without filtering the whole 8-K tape yourself.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "4fff8c5151a9303d46e19d5b3d5e9df1b0b563d0f7ac5d2050caca5632a2a387",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:56.731Z",
  "url": "https://answerpool.io/v1/sec/8k/bankruptcy",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks disclosing material cybersecurity incidents (Item 1.05) market-wide with company, time and links. Use for breach monitoring — security and insurance agents get the mandatory disclosures without reading the tape.
https://answerpool.io/v1/sec/8k/cyber
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks disclosing material cybersecurity incidents (Item 1.05) market-wide with company, time and links. Use for breach monitoring — security and insurance agents get the mandatory disclosures without reading the tape.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "WindowIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "55620476a12c0906ab0e815f56f43407113010eede927c89d5e784223305d208",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:03.737Z",
  "url": "https://answerpool.io/v1/sec/8k/cyber",
  "usage_rights": "not_reviewed"
}
answerpool.ioList newly formed VC/PE/hedge vehicles — first-time Form D filings by pooled investment funds with target size, amount sold, state and investors. Use to track new fund formation without parsing the Reg D tape yourself.
https://answerpool.io/v1/sec/formd/funds
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List newly formed VC/PE/hedge vehicles — first-time Form D filings by pooled investment funds with target size, amount sold, state and investors. Use to track new fund formation without parsing the Reg D tape yourself.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              },
              "state": {
                "anyOf": [
                  {
                    "maxLength": 2,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "State"
              }
            },
            "title": "FundsIn",
            "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"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "cbd5b60417869bffd0a754a9d0bb39b1685b9431939a22870c7395cd7e65cfae",
  "service_id": "55e02ece783f0faa482c9175b829b120601935cd8f38569970b41eac62cec007",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:32.911Z",
  "url": "https://answerpool.io/v1/sec/formd/funds",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet a filer's reporting cadence — fiscal year end, last 10-K/10-Q dates and naive next-report estimates from historical spacing. Use to time monitoring windows without deriving cadence from raw filings.
https://answerpool.io/v1/sec/calendar
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get a filer's reporting cadence — fiscal year end, last 10-K/10-Q dates and naive next-report estimates from historical spacing. Use to time monitoring windows without deriving cadence from raw filings.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "TickerCikIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "disclaimer": {
                "default": "Derived from public SEC EDGAR filings; not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "expected_next_10k": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Expected Next 10K"
              },
              "expected_next_10q": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Expected Next 10Q"
              },
              "fiscal_year_end": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Fiscal Year End"
              },
              "last_10k_filed": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Last 10K Filed"
              },
              "last_10q_filed": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Last 10Q Filed"
              },
              "note": {
                "default": "Expected dates are naive estimates from historical cadence, not company guidance.",
                "title": "Note",
                "type": "string"
              },
              "recent_10q_dates": {
                "items": {
                  "type": "string"
                },
                "title": "Recent 10Q Dates",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "cik",
              "fiscal_year_end",
              "last_10k_filed",
              "last_10q_filed",
              "recent_10q_dates",
              "expected_next_10q",
              "expected_next_10k"
            ],
            "title": "CalendarOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c58b2a4d2875fb364b7417adf7e71bf2d06b6c5d2b9f3f301f8360b347ae44f6",
  "service_id": "5823102961fa6708c397fa57d8609aaa96414cb53a833557f04df7ce826c97b8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:04.109Z",
  "url": "https://answerpool.io/v1/sec/calendar",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet flagged SEC events for up to 25 tickers in one call — 8-K items, insider trades and raises since your cursor, with a next cursor to store. Use instead of running one EDGAR poll per portfolio name.
https://answerpool.io/v1/sec/watchlist
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get flagged SEC events for up to 25 tickers in one call — 8-K items, insider trades and raises since your cursor, with a next cursor to store. Use instead of running one EDGAR poll per portfolio name.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": 100,
                "maximum": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              },
              "tickers": {
                "description": "Comma-separated tickers, max 25",
                "maxLength": 300,
                "title": "Tickers",
                "type": "string"
              }
            },
            "required": [
              "tickers"
            ],
            "title": "WatchlistIn",
            "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"
              },
              "events": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "event_id": {
                      "title": "Event Id",
                      "type": "string"
                    },
                    "event_type": {
                      "title": "Event Type",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "flags": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Flags",
                      "type": "array"
                    },
                    "form": {
                      "title": "Form",
                      "type": "string"
                    },
                    "occurred_at": {
                      "title": "Occurred At",
                      "type": "string"
                    },
                    "payload": {
                      "additionalProperties": true,
                      "title": "Payload",
                      "type": "object"
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Score"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "event_id",
                    "accession",
                    "cik",
                    "ticker",
                    "company",
                    "form",
                    "event_type",
                    "occurred_at",
                    "flags",
                    "score",
                    "payload",
                    "filing_url"
                  ],
                  "title": "Event",
                  "type": "object"
                },
                "title": "Events",
                "type": "array"
              },
              "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "events"
            ],
            "title": "EventsListOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "9375d77d79a4c7e316f24ed8aba2da0dd668ca5cb872f1ded64698ce2d63d9fe",
  "service_id": "5a57981842a92b67ad54d92577d1813d1710a580d9840f733b2da33f9ae5cdbb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:31:47.719Z",
  "url": "https://answerpool.io/v1/sec/watchlist",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet reported common shares outstanding by period for one filer from XBRL — the series behind dilution and per-share math, deduplicated. Use instead of digging share counts out of companyfacts or cover pages. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.
https://answerpool.io/v1/sec/xbrl/shares
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get reported common shares outstanding by period for one filer from XBRL — the series behind dilution and per-share math, deduplicated. Use instead of digging share counts out of companyfacts or cover pages. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "TickerCikIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "disclaimer": {
                "default": "Derived from public SEC EDGAR filings; not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "points": {
                "items": {
                  "properties": {
                    "end": {
                      "title": "End",
                      "type": "string"
                    },
                    "filed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null,
                      "title": "Filed"
                    },
                    "form": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null,
                      "title": "Form"
                    },
                    "fp": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null,
                      "title": "Fp"
                    },
                    "fy": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null,
                      "title": "Fy"
                    },
                    "value": {
                      "title": "Value",
                      "type": "number"
                    }
                  },
                  "required": [
                    "end",
                    "value"
                  ],
                  "title": "FactPointRow",
                  "type": "object"
                },
                "title": "Points",
                "type": "array"
              },
              "source": {
                "title": "Source",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "cik",
              "points",
              "source"
            ],
            "title": "SharesOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d77a6d3c525423c0d6a65c8b3f6974ec679efea0ac6a4c6d4e7a2d9896ce4b39",
  "service_id": "5d93c538e397cac8e353ba17c79ff5fbe9b17b4f38a5941895d21ae3560fa9d2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-03T18:35:32.506Z",
  "url": "https://answerpool.io/v1/sec/xbrl/shares",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet the US federal money trail for a technology term — returns USAspending obligations by fiscal year with 3y growth, top recipients, NIH grant counts and recent projects, plus flags. Use instead of joining two federal APIs.
https://answerpool.io/v1/funding/signals
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get the US federal money trail for a technology term — returns USAspending obligations by fiscal year with 3y growth, top recipients, NIH grant counts and recent projects, plus flags. Use instead of joining two federal APIs.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "term": {
                "description": "Technology keyword, e.g. 'quantum computing'.",
                "maxLength": 200,
                "minLength": 2,
                "title": "Term",
                "type": "string"
              },
              "years": {
                "default": 5,
                "description": "How many fiscal years back to aggregate.",
                "maximum": 8,
                "minimum": 2,
                "title": "Years",
                "type": "integer"
              }
            },
            "required": [
              "term"
            ],
            "title": "FundingInput",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "disclaimer": {
                "default": "Keyword-matched US federal spending (USAspending) and NIH grants (RePORTER), both public domain; an activity signal, not a census of the technology and not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "fiscal_years": {
                "items": {
                  "type": "integer"
                },
                "title": "Fiscal Years",
                "type": "array"
              },
              "flags": {
                "items": {
                  "type": "string"
                },
                "title": "Flags",
                "type": "array"
              },
              "method_id": {
                "default": "funding_signals_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "nih_growth_3y": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Nih Growth 3Y"
              },
              "nih_projects_by_fy": {
                "additionalProperties": {
                  "type": "integer"
                },
                "title": "Nih Projects By Fy",
                "type": "object"
              },
              "nih_recent_projects": {
                "items": {
                  "properties": {
                    "award_amount_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Award Amount Usd"
                    },
                    "fiscal_year": {
                      "anyOf": [
                        {
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Fiscal Year"
                    },
                    "organization": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Organization"
                    },
                    "project_num": {
                      "title": "Project Num",
                      "type": "string"
                    },
                    "title": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Title"
                    }
                  },
                  "required": [
                    "project_num",
                    "title",
                    "organization",
                    "award_amount_usd",
                    "fiscal_year"
                  ],
                  "title": "NihProject",
                  "type": "object"
                },
                "title": "Nih Recent Projects",
                "type": "array"
              },
              "term": {
                "title": "Term",
                "type": "string"
              },
              "top_recipients": {
                "items": {
                  "properties": {
                    "amount_usd": {
                      "title": "Amount Usd",
                      "type": "number"
                    },
                    "name": {
                      "title": "Name",
                      "type": "string"
                    },
                    "uei": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Uei"
                    }
                  },
                  "required": [
                    "name",
                    "amount_usd",
                    "uei"
                  ],
                  "title": "Recipient",
                  "type": "object"
                },
                "title": "Top Recipients",
                "type": "array"
              },
              "usaspending_by_fy": {
                "items": {
                  "properties": {
                    "contract_obligations_usd": {
                      "title": "Contract Obligations Usd",
                      "type": "number"
                    },
                    "fiscal_year": {
                      "title": "Fiscal Year",
                      "type": "integer"
                    },
                    "grant_obligations_usd": {
                      "title": "Grant Obligations Usd",
                      "type": "number"
                    },
                    "total_obligations_usd": {
                      "title": "Total Obligations Usd",
                      "type": "number"
                    }
                  },
                  "required": [
                    "fiscal_year",
                    "total_obligations_usd",
                    "contract_obligations_usd",
                    "grant_obligations_usd"
                  ],
                  "title": "FiscalYearSpend",
                  "type": "object"
                },
                "title": "Usaspending By Fy",
                "type": "array"
              },
              "usaspending_growth_3y": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Total obligations, last complete FY vs 3 FYs earlier, as a ratio - 1; null if base is 0.",
                "title": "Usaspending Growth 3Y"
              }
            },
            "required": [
              "as_of",
              "term",
              "fiscal_years",
              "usaspending_by_fy",
              "usaspending_growth_3y",
              "top_recipients",
              "nih_projects_by_fy",
              "nih_growth_3y",
              "nih_recent_projects",
              "flags"
            ],
            "title": "FundingOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "ddbfab64840553709f7d330e94f60d13f631442ae7f64057ea0171edffc18d5f",
  "service_id": "67ebca6feaea875a811fe00a0ac263ed834046a45644c1cafdac454b243b1f74",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:26:36.026Z",
  "url": "https://answerpool.io/v1/funding/signals",
  "usage_rights": "not_reviewed"
}
answerpool.ioScreen insider transactions market-wide — filter by code, buy/sell direction, minimum USD, owner role and window; returns parsed lines ranked by value. Use instead of polling EDGAR and joining Form 4 XML across every filer.
https://answerpool.io/v1/sec/insider/screen
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Screen insider transactions market-wide — filter by code, buy/sell direction, minimum USD, owner role and window; returns parsed lines ranked by value. Use instead of polling EDGAR and joining Form 4 XML across every filer.",
  "domain": "answerpool.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_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": {
              "codes": {
                "anyOf": [
                  {
                    "maxLength": 20,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Comma-separated: P,S,A,F,M,G,C,J,W",
                "title": "Codes"
              },
              "direction": {
                "anyOf": [
                  {
                    "pattern": "^(buy|sell)$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Direction"
              },
              "limit": {
                "default": 50,
                "maximum": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "min_value_usd": {
                "default": 0,
                "minimum": 0,
                "title": "Min Value Usd",
                "type": "number"
              },
              "role": {
                "anyOf": [
                  {
                    "pattern": "^(officer|director|ten_percent)$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Role"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "ScreenIn",
            "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"
              },
              "since": {
                "title": "Since",
                "type": "string"
              },
              "transactions": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "acquired_disposed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Acquired Disposed"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "code": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Code"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Date"
                    },
                    "derivative": {
                      "title": "Derivative",
                      "type": "boolean"
                    },
                    "filed_at": {
                      "title": "Filed At",
                      "type": "string"
                    },
                    "filing_url": {
                      "title": "Filing Url",
                      "type": "string"
                    },
                    "is_director": {
                      "title": "Is Director",
                      "type": "boolean"
                    },
                    "is_officer": {
                      "title": "Is Officer",
                      "type": "boolean"
                    },
                    "is_ten_percent_owner": {
                      "title": "Is Ten Percent Owner",
                      "type": "boolean"
                    },
                    "officer_title": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Officer Title"
                    },
                    "owner_cik": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Owner Cik"
                    },
                    "owner_name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Owner Name"
                    },
                    "post_shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Post Shares"
                    },
                    "price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Price"
                    },
                    "rule_10b5_1": {
                      "title": "Rule 10B5 1",
                      "type": "boolean"
                    },
                    "security": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Security"
                    },
                    "shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Shares"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    },
                    "value_usd": {
                      "title": "Value Usd",
                      "type": "number"
                    }
                  },
                  "required": [
                    "accession",
                    "filed_at",
                    "cik",
                    "ticker",
                    "company",
                    "owner_cik",
                    "owner_name",
                    "is_officer",
                    "is_director",
                    "is_ten_percent_owner",
                    "officer_title",
                    "rule_10b5_1",
                    "derivative",
                    "date",
                    "code",
                    "acquired_disposed",
                    "shares",
                    "price",
                    "value_usd",
                    "security",
                    "post_shares",
                    "filing_url"
                  ],
                  "title": "InsiderLine",
                  "type": "object"
                },
                "title": "Transactions",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "since",
              "count",
              "transactions"
            ],
            "title": "InsiderTransactionsOutput",
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "2388f456df9ac22fa1e110d4e417fa7b4c4c05325efac89e458a5f021c5d34e8",
  "service_id": "6b7d1100e4020836c243aa824b911a7fea58aabb8e3378adb626c12d151a862c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:48.183Z",
  "url": "https://answerpool.io/v1/sec/insider/screen",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON