INTELLIGENCE

Data worth acting on.

Agent-collected datasets and analytics, built around your question.

AGENT-COLLECTED DATA

Raw activity.
Useful intelligence.

Our collection agents gather payment records, provider listings and endpoint observations. We organize the evidence into dated datasets you can explore, analyze and request.

01 / PAYMENTS

Understand activity.

Amounts, currencies, wallets and transaction evidence. Filter by time to study patterns and concentration.

02 / PROVIDERS

Compare the market.

Service listings, advertised prices, payment options and endpoint observations—with sources attached.

03 / HISTORY

See what changed.

Dated snapshots and change records reveal shifts that a current directory cannot show.

The value is in the connections: normalized records, history and traceable evidence. Custom datasets and analytics are scoped to your question and available coverage.

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.ioList institutional holders of one issuer from the latest 13F period — manager, value, shares and put/call, ranked by position size. Query by as-filed issuer name or CUSIP; joins by name/CIK only (no identifier mapping).
https://answerpool.io/v1/sec/13f/holders
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List institutional holders of one issuer from the latest 13F period — manager, value, shares and put/call, ranked by position size. Query by as-filed issuer name or CUSIP; joins by name/CIK only (no identifier mapping).",
  "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": {
              "cusip": {
                "anyOf": [
                  {
                    "maxLength": 9,
                    "minLength": 9,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cusip"
              },
              "issuer": {
                "anyOf": [
                  {
                    "maxLength": 80,
                    "minLength": 2,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Issuer name prefix as filed, e.g. NVIDIA",
                "title": "Issuer"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "HoldersIn",
            "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": "From SEC Form 13F filings (public domain), reported quarterly with a filing lag; identifiers served as filed. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "holders": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cusip": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Cusip"
                    },
                    "issuer": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Issuer"
                    },
                    "manager_cik": {
                      "title": "Manager Cik",
                      "type": "string"
                    },
                    "manager_name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Manager Name"
                    },
                    "put_call": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Put Call"
                    },
                    "shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Shares"
                    },
                    "value_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Value Usd"
                    }
                  },
                  "required": [
                    "manager_cik",
                    "manager_name",
                    "value_usd",
                    "shares",
                    "put_call",
                    "issuer",
                    "cusip",
                    "accession"
                  ],
                  "title": "HolderRow",
                  "type": "object"
                },
                "title": "Holders",
                "type": "array"
              },
              "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"
              }
            },
            "required": [
              "as_of",
              "periods_held",
              "period",
              "count",
              "holders"
            ],
            "title": "HoldersOutput",
            "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": "b0afe41df8e2cfdb141eb489c79f221d22868a7fb736d5b20c4e8f74baee95f6",
  "service_id": "70690bbf293898a22d90eb1bf6d10e6fce7630320ca6fc859767f6539ac2c3ad",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:39.331Z",
  "url": "https://answerpool.io/v1/sec/13f/holders",
  "usage_rights": "not_reviewed"
}
answerpool.ioWhich public companies name a given audit firm in their annual reports — exact- phrase 10-K full-text join per registrant with filing counts and dates. Map auditor concentration and shared-auditor networks in one call.
https://answerpool.io/v1/graph/auditor
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Which public companies name a given audit firm in their annual reports — exact- phrase 10-K full-text join per registrant with filing counts and dates. Map auditor concentration and shared-auditor networks in one 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": {
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "lookback_days": {
                "default": 400,
                "maximum": 1825,
                "minimum": 30,
                "title": "Lookback Days",
                "type": "integer"
              },
              "name": {
                "description": "Audit firm, e.g. \"Ernst & Young LLP\".",
                "maxLength": 80,
                "minLength": 3,
                "title": "Name",
                "type": "string"
              }
            },
            "required": [
              "name"
            ],
            "title": "AuditorIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "auditor": {
                "title": "Auditor",
                "type": "string"
              },
              "companies": {
                "items": {
                  "properties": {
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filings": {
                      "title": "Filings",
                      "type": "integer"
                    },
                    "forms": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Forms",
                      "type": "array"
                    },
                    "latest_filed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Latest Filed"
                    },
                    "matched": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Matched",
                      "type": "array"
                    }
                  },
                  "required": [
                    "cik",
                    "company",
                    "filings",
                    "forms",
                    "latest_filed",
                    "matched"
                  ],
                  "title": "CompanyHit",
                  "type": "object"
                },
                "title": "Companies",
                "type": "array"
              },
              "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"
              },
              "method_id": {
                "default": "sec_graph_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "note": {
                "default": "Text-mention proxy: annual reports name their auditor in the audit report, but a mention can also occur in other contexts (predecessor auditor, litigation).",
                "title": "Note",
                "type": "string"
              },
              "total_filing_matches": {
                "title": "Total Filing Matches",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "auditor",
              "total_filing_matches",
              "count",
              "companies"
            ],
            "title": "AuditorOutput",
            "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": "a42fce0e1249d1c35c5be9fbb4cbeb67bcf72940948f45d384340acc12c14b21",
  "service_id": "77b2f7f312639eee87fb198771c3831b52470a163f7e3847ef0c6411ad9f13d7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:26:51.639Z",
  "url": "https://answerpool.io/v1/graph/auditor",
  "usage_rights": "not_reviewed"
}
answerpool.ioRecent federal rules and proposed rules mapped to one public company via its SEC industry code — curated SIC-to-regulator table plus the agencies' rulemaking with comment and effective-date flags. Industry-level heuristic, one call.
https://answerpool.io/v1/impact/company
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Recent federal rules and proposed rules mapped to one public company via its SEC industry code — curated SIC-to-regulator table plus the agencies' rulemaking with comment and effective-date flags. Industry-level heuristic, one 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": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Cik"
              },
              "days": {
                "default": 90,
                "description": "Publication window.",
                "maximum": 365,
                "minimum": 7,
                "title": "Days",
                "type": "integer"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "significant_only": {
                "default": false,
                "title": "Significant Only",
                "type": "boolean"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              },
              "types": {
                "default": "rule,proposed_rule",
                "description": "Comma-separated FR types.",
                "title": "Types",
                "type": "string"
              }
            },
            "title": "CompanyRulesIn",
            "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"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Heuristic cross-corpus join over public Federal Register and SEC EDGAR text; a citation or industry mapping indicates relevance, not legal exposure. 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"
              },
              "mapped_agencies": {
                "items": {
                  "type": "string"
                },
                "title": "Mapped Agencies",
                "type": "array"
              },
              "method_id": {
                "default": "reg_impact_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "name": {
                "title": "Name",
                "type": "string"
              },
              "sic": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Sic"
              },
              "sic_description": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Sic Description"
              },
              "total_matching": {
                "title": "Total Matching",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "cik",
              "name",
              "sic",
              "sic_description",
              "mapped_agencies",
              "total_matching",
              "count",
              "documents"
            ],
            "title": "CompanyRulesOutput",
            "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": "21e1f9f622f44661ed27500f876bf2a575ec686b3cfe13ac9df556614cbf1fe7",
  "service_id": "7ba07b3da4a0452a5c304f6132d5bea51de2eac22b4bfde6b0259e428a736cea",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:04.102Z",
  "url": "https://answerpool.io/v1/impact/company",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet a manager's quarter-over-quarter 13F changes — new, exited, increased and decreased positions with values and shares for both quarters. The premium derived layer at competitors, computed from primary filings in one call.
https://answerpool.io/v1/sec/13f/changes
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get a manager's quarter-over-quarter 13F changes — new, exited, increased and decreased positions with values and shares for both quarters. The premium derived layer at competitors, computed from primary filings in one 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": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "required": [
              "cik"
            ],
            "title": "ChangesIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "changes": {
                "items": {
                  "properties": {
                    "change": {
                      "title": "Change",
                      "type": "string"
                    },
                    "cusip": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Cusip"
                    },
                    "issuer": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Issuer"
                    },
                    "prev_shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Prev Shares"
                    },
                    "prev_value_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Prev Value Usd"
                    },
                    "shares": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Shares"
                    },
                    "value_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Value Usd"
                    }
                  },
                  "required": [
                    "issuer",
                    "cusip",
                    "change",
                    "value_usd",
                    "prev_value_usd",
                    "shares",
                    "prev_shares"
                  ],
                  "title": "ChangeRow",
                  "type": "object"
                },
                "title": "Changes",
                "type": "array"
              },
              "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"
              },
              "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"
              },
              "prev_period": {
                "title": "Prev Period",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "periods_held",
              "cik",
              "manager_name",
              "period",
              "prev_period",
              "count",
              "changes"
            ],
            "title": "ChangesOutput",
            "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": "bc7c444c2e795141cc11b9f6f598570df0f3152519b4ebd92a0416eadfc7373f",
  "service_id": "7dac3b0f10f98647a430435b3747b7d279984168899d63a81c49e6926146206b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:46.152Z",
  "url": "https://answerpool.io/v1/sec/13f/changes",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank every SEC filer on one XBRL metric for one period — top-N values with entity names and the total filer count, from the frames API. Use for whole-market screens without a bulk XBRL pipeline; one MCP incumbent exists for xbrl. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.
https://answerpool.io/v1/sec/xbrl/frame
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Rank every SEC filer on one XBRL metric for one period — top-N values with entity names and the total filer count, from the frames API. Use for whole-market screens without a bulk XBRL pipeline; one MCP incumbent exists for xbrl. 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": {
              "limit": {
                "default": 50,
                "description": "Number of filers to return, ranked by reported value descending; total_filers reports the full population. Default 50.",
                "maximum": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "metric": {
                "description": "Required metric key from /v1/sec/xbrl/metrics (e.g. revenue) or a raw US-GAAP XBRL concept as us-gaap:<Tag>; one tag is queried across all filers.",
                "maxLength": 120,
                "title": "Metric",
                "type": "string"
              },
              "period": {
                "description": "e.g. CY2025, CY2025Q1, CY2025Q1I",
                "maxLength": 12,
                "pattern": "^CY\\d{4}(Q[1-4])?I?$",
                "title": "Period",
                "type": "string"
              }
            },
            "required": [
              "metric",
              "period"
            ],
            "title": "FrameIn",
            "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.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": "17e627d5b9bffaa0a25cd612a4b3f089ad54761a809452a742bc1d593d80741d",
  "service_id": "7ffebc06ddfe26f40502a615037f17542d8beb7de939534ec80bf2ecebbf9f18",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T00:15:55.506Z",
  "url": "https://answerpool.io/v1/sec/xbrl/frame",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank the day's SEC events by salience — bankruptcies, restatements, cyber incidents, insider clusters and large raises first, with flags and links. Use as the one-call daily filing digest for a research or news agent.
https://answerpool.io/v1/sec/digest
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Rank the day's SEC events by salience — bankruptcies, restatements, cyber incidents, insider clusters and large raises first, with flags and links. Use as the one-call daily filing digest for a research or news agent.",
  "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": {
              "date": {
                "anyOf": [
                  {
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Date"
              },
              "limit": {
                "default": 25,
                "maximum": 50,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "DigestIn",
            "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.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": "5b058427e7aa83153b79da242efa58197988d9d9f6fd6bcd129a518993830f6a",
  "service_id": "86a9979523560764e4b8aabd63c6a1e4dd943724f5600c5a415c99d5c6a92bc8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:31:41.084Z",
  "url": "https://answerpool.io/v1/sec/digest",
  "usage_rights": "not_reviewed"
}
answerpool.ioFederal rules and proposed rules amending a specific CFR title and part (e.g. 17 CFR 240), newest first with deadline flags. Watch the exact provisions you are subject to instead of whole agencies or topics.
https://answerpool.io/v1/regs/cfr
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Federal rules and proposed rules amending a specific CFR title and part (e.g. 17 CFR 240), newest first with deadline flags. Watch the exact provisions you are subject to instead of whole agencies or topics.",
  "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": {
              "cfr_part": {
                "anyOf": [
                  {
                    "maximum": 9999,
                    "minimum": 1,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "CFR part, e.g. 240.",
                "title": "Cfr Part"
              },
              "cfr_title": {
                "description": "CFR title number, e.g. 17 for securities.",
                "maximum": 50,
                "minimum": 1,
                "title": "Cfr Title",
                "type": "integer"
              },
              "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"
              },
              "types": {
                "default": "rule,proposed_rule",
                "description": "Comma-separated types.",
                "title": "Types",
                "type": "string"
              }
            },
            "required": [
              "cfr_title"
            ],
            "title": "CfrWatchIn",
            "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.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": "0184508737fc467b544763f362a7e4d5545f59d8e005b9c6cdc4ec39346dcac5",
  "service_id": "88220a06b6a5617713c29de979349e241f4bd724e2c94b0c0f7f09f797b62b53",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:52.062Z",
  "url": "https://answerpool.io/v1/regs/cfr",
  "usage_rights": "not_reviewed"
}
answerpool.ioGet parsed Form 4/5 transaction lines for one issuer — returns date, code, shares, price, USD value, security, post-holdings, owner role and Rule 10b5-1 flag, derivatives included. Use instead of fetching and parsing ownershipDocument XML per filing.
https://answerpool.io/v1/sec/insider/transactions
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Get parsed Form 4/5 transaction lines for one issuer — returns date, code, shares, price, USD value, security, post-holdings, owner role and Rule 10b5-1 flag, derivatives included. Use instead of fetching and parsing ownershipDocument XML per filing.",
  "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"
              },
              "code": {
                "anyOf": [
                  {
                    "pattern": "^[PSAFMGCJW]$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Code"
              },
              "include_derivatives": {
                "default": true,
                "title": "Include Derivatives",
                "type": "boolean"
              },
              "limit": {
                "default": 50,
                "maximum": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "InsiderTxIn",
            "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.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": "f51625f666dc66a42806c1f6a6bf976437ce4eafd8d510da45b22d5c45fc2493",
  "service_id": "886554581d64249bb4d945b8d0aa6b8eb5ee028a97e6563159c5202803ed9dc9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:59.342Z",
  "url": "https://answerpool.io/v1/sec/insider/transactions",
  "usage_rights": "not_reviewed"
}
answerpool.ioWhich public companies cite a given CFR title and part in their SEC filings — exact-phrase full-text join aggregated per registrant with filing counts, forms and dates. Screen exposure to specific provisions in one call.
https://answerpool.io/v1/impact/cfr
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Which public companies cite a given CFR title and part in their SEC filings — exact-phrase full-text join aggregated per registrant with filing counts, forms and dates. Screen exposure to specific provisions in one 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": {
              "cfr_part": {
                "description": "CFR part, e.g. 240.",
                "maximum": 9999,
                "minimum": 1,
                "title": "Cfr Part",
                "type": "integer"
              },
              "cfr_title": {
                "description": "CFR title, e.g. 17.",
                "maximum": 50,
                "minimum": 1,
                "title": "Cfr Title",
                "type": "integer"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "lookback_days": {
                "default": 365,
                "maximum": 1825,
                "minimum": 30,
                "title": "Lookback Days",
                "type": "integer"
              }
            },
            "required": [
              "cfr_title",
              "cfr_part"
            ],
            "title": "CfrCitersIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "companies": {
                "items": {
                  "properties": {
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filings": {
                      "title": "Filings",
                      "type": "integer"
                    },
                    "forms": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Forms",
                      "type": "array"
                    },
                    "latest_filed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Latest Filed"
                    },
                    "matched": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Matched",
                      "type": "array"
                    }
                  },
                  "required": [
                    "cik",
                    "company",
                    "filings",
                    "forms",
                    "latest_filed",
                    "matched"
                  ],
                  "title": "CompanyHit",
                  "type": "object"
                },
                "title": "Companies",
                "type": "array"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Heuristic cross-corpus join over public Federal Register and SEC EDGAR text; a citation or industry mapping indicates relevance, not legal exposure. Not legal advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "method_id": {
                "default": "reg_impact_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "query": {
                "title": "Query",
                "type": "string"
              },
              "total_filing_matches": {
                "title": "Total Filing Matches",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "query",
              "total_filing_matches",
              "count",
              "companies"
            ],
            "title": "CitersOutput",
            "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": "eb9d049fda7f73f379da89f5131874e14936d0924e88ad576fd5850ffa1a14ad",
  "service_id": "8ca4afed10aec22da4cf5d32a030320c418bce792bf42efe3d00c83b7f10cd1d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:00.133Z",
  "url": "https://answerpool.io/v1/impact/cfr",
  "usage_rights": "not_reviewed"
}
answerpool.ioSubsidiary names and jurisdictions extracted from any public company's latest annual-report Exhibit 21, with the source exhibit URL for verification. One call replaces locating and parsing EX-21 filings.
https://answerpool.io/v1/graph/subsidiaries
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Subsidiary names and jurisdictions extracted from any public company's latest annual-report Exhibit 21, with the source exhibit URL for verification. One call replaces locating and parsing EX-21 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"
              },
              "limit": {
                "default": 200,
                "maximum": 500,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "SubsIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "accession": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Accession"
              },
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "cik": {
                "title": "Cik",
                "type": "string"
              },
              "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"
              },
              "filed": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Filed"
              },
              "method_id": {
                "default": "sec_graph_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "name": {
                "title": "Name",
                "type": "string"
              },
              "note": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Note"
              },
              "source_url": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Source Url"
              },
              "subsidiaries": {
                "items": {
                  "properties": {
                    "jurisdiction": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Jurisdiction"
                    },
                    "name": {
                      "title": "Name",
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "jurisdiction"
                  ],
                  "title": "SubsidiaryRow",
                  "type": "object"
                },
                "title": "Subsidiaries",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "cik",
              "name",
              "accession",
              "filed",
              "source_url",
              "note",
              "count",
              "subsidiaries"
            ],
            "title": "SubsOutput",
            "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": "2c800ca7224cc74e6eb07b4b18e696778098aeb5a9d7e635fb72962c30ae39ef",
  "service_id": "8e2821f89f2b258673b095f447bfea972dce1d7cdad322d4844c363d44103823",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:26:56.042Z",
  "url": "https://answerpool.io/v1/graph/subsidiaries",
  "usage_rights": "not_reviewed"
}
answerpool.ioLook up an insider by name or owner CIK and get every issuer they file SEC ownership forms for — roles, filing counts, first/last seen. The person node of the entity graph in one call.
https://answerpool.io/v1/graph/person
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Look up an insider by name or owner CIK and get every issuer they file SEC ownership forms for — roles, filing counts, first/last seen. The person node of the entity graph in one 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": {
              "days": {
                "default": 365,
                "maximum": 3650,
                "minimum": 7,
                "title": "Days",
                "type": "integer"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "owner_cik": {
                "anyOf": [
                  {
                    "maxLength": 10,
                    "pattern": "^\\d{1,10}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Owner Cik"
              },
              "q": {
                "anyOf": [
                  {
                    "maxLength": 80,
                    "minLength": 2,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Insider name substring.",
                "title": "Q"
              }
            },
            "title": "PersonIn",
            "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": "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"
              },
              "method_id": {
                "default": "sec_graph_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "persons": {
                "items": {
                  "properties": {
                    "issuers": {
                      "items": {
                        "properties": {
                          "cik": {
                            "title": "Cik",
                            "type": "string"
                          },
                          "company": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "title": "Company"
                          },
                          "filings": {
                            "title": "Filings",
                            "type": "integer"
                          },
                          "first_seen": {
                            "title": "First Seen",
                            "type": "string"
                          },
                          "last_seen": {
                            "title": "Last Seen",
                            "type": "string"
                          },
                          "role": {
                            "title": "Role",
                            "type": "string"
                          },
                          "ticker": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "title": "Ticker"
                          }
                        },
                        "required": [
                          "cik",
                          "ticker",
                          "company",
                          "role",
                          "filings",
                          "first_seen",
                          "last_seen"
                        ],
                        "title": "PersonIssuer",
                        "type": "object"
                      },
                      "title": "Issuers",
                      "type": "array"
                    },
                    "name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Name"
                    },
                    "owner_cik": {
                      "title": "Owner Cik",
                      "type": "string"
                    }
                  },
                  "required": [
                    "owner_cik",
                    "name",
                    "issuers"
                  ],
                  "title": "PersonRow",
                  "type": "object"
                },
                "title": "Persons",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "index_started",
              "count",
              "persons"
            ],
            "title": "PersonOutput",
            "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": "459aef56d575cd8dddfbc1f28a174a8830aa677dcb5ee909629505d8f580b5c3",
  "service_id": "8ed3afa2ce60c714e70f347df36ba6a92dd5d953be2aff09749d04a80137c12c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T21:44:46.514Z",
  "url": "https://answerpool.io/v1/graph/person",
  "usage_rights": "not_reviewed"
}
answerpool.ioWhich public companies cite a specific agency docket id or RIN in their SEC filings — exact-phrase full-text join per registrant with filing counts and dates. Track who publicly engages with one rulemaking.
https://answerpool.io/v1/impact/docket
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Which public companies cite a specific agency docket id or RIN in their SEC filings — exact-phrase full-text join per registrant with filing counts and dates. Track who publicly engages with one rulemaking.",
  "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": {
              "docket_id": {
                "anyOf": [
                  {
                    "maxLength": 60,
                    "minLength": 2,
                    "pattern": "^[A-Za-z0-9._/-]+$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Docket Id"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "lookback_days": {
                "default": 365,
                "maximum": 1825,
                "minimum": 30,
                "title": "Lookback Days",
                "type": "integer"
              },
              "rin": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "pattern": "^[0-9]{4}-[A-Z0-9]{2,6}$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Regulation Identifier Number, e.g. 3235-AN00.",
                "title": "Rin"
              }
            },
            "title": "DocketCitersIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "companies": {
                "items": {
                  "properties": {
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filings": {
                      "title": "Filings",
                      "type": "integer"
                    },
                    "forms": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Forms",
                      "type": "array"
                    },
                    "latest_filed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Latest Filed"
                    },
                    "matched": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Matched",
                      "type": "array"
                    }
                  },
                  "required": [
                    "cik",
                    "company",
                    "filings",
                    "forms",
                    "latest_filed",
                    "matched"
                  ],
                  "title": "CompanyHit",
                  "type": "object"
                },
                "title": "Companies",
                "type": "array"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Heuristic cross-corpus join over public Federal Register and SEC EDGAR text; a citation or industry mapping indicates relevance, not legal exposure. Not legal advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "method_id": {
                "default": "reg_impact_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "query": {
                "title": "Query",
                "type": "string"
              },
              "total_filing_matches": {
                "title": "Total Filing Matches",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "query",
              "total_filing_matches",
              "count",
              "companies"
            ],
            "title": "CitersOutput",
            "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": "3c35475f233c2590ba8e6a7c8746108ff93609498a2f73574efb9017db086920",
  "service_id": "91e9f6ed8aa9bfc7a76152ceb87a3860961a26658b808e8e8c2d66ddc0ef89be",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:07.766Z",
  "url": "https://answerpool.io/v1/impact/docket",
  "usage_rights": "not_reviewed"
}
answerpool.ioSearch EDGAR filing text for any phrase with form and date filters — returns matching filings with filer, date, items and URL. The search competitors gate at their top tier or lack entirely; one call, no crawling.
https://answerpool.io/v1/sec/search/fulltext
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Search EDGAR filing text for any phrase with form and date filters — returns matching filings with filer, date, items and URL. The search competitors gate at their top tier or lack entirely; one call, no crawling.",
  "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": {
              "end": {
                "maxLength": 10,
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "title": "End",
                "type": "string"
              },
              "forms": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Forms"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "q": {
                "description": "Full-text query, e.g. \"supply chain disruption\"",
                "maxLength": 200,
                "minLength": 2,
                "title": "Q",
                "type": "string"
              },
              "start": {
                "maxLength": 10,
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "title": "Start",
                "type": "string"
              }
            },
            "required": [
              "q",
              "start",
              "end"
            ],
            "title": "FullTextIn",
            "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"
              },
              "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"
                    },
                    "items": {
                      "default": [],
                      "items": {
                        "type": "string"
                      },
                      "title": "Items",
                      "type": "array"
                    },
                    "url": {
                      "title": "Url",
                      "type": "string"
                    }
                  },
                  "required": [
                    "accession",
                    "cik",
                    "company",
                    "form",
                    "filed",
                    "url"
                  ],
                  "title": "MarketFilingRow",
                  "type": "object"
                },
                "title": "Filings",
                "type": "array"
              }
            },
            "required": [
              "as_of",
              "count",
              "filings"
            ],
            "title": "MarketFilingsOutput",
            "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": "912481798d5e3d8259a545c4cfd7012f3ba4c9febab0cae16d8fbe554e3383d7",
  "service_id": "962384c26cb39986215eab42b3e614d5ceec4d1836a7a054eabbd797dd70f879",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:30:40.96Z",
  "url": "https://answerpool.io/v1/sec/search/fulltext",
  "usage_rights": "not_reviewed"
}
answerpool.ioProposed federal rules whose comment window closes within N days, sorted soonest first with exact day-counts — the actionable comment queue, optionally filtered to one agency or topic. Replaces scanning months of proposed rules and computing dates.
https://answerpool.io/v1/regs/comment-deadlines
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Proposed federal rules whose comment window closes within N days, sorted soonest first with exact day-counts — the actionable comment queue, optionally filtered to one agency or topic. Replaces scanning months of proposed rules and computing dates.",
  "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,
                    "pattern": "^[a-z0-9-]+$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Agency"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "term": {
                "anyOf": [
                  {
                    "maxLength": 200,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Term"
              },
              "within_days": {
                "default": 14,
                "description": "Comment periods closing within this many days.",
                "maximum": 90,
                "minimum": 1,
                "title": "Within Days",
                "type": "integer"
              }
            },
            "title": "CommentDeadlinesIn",
            "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.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": "a99ba462893919a5d08d40b398dcf5cf874d1887a54a1bacd4afe8ffb1882750",
  "service_id": "96ed24c202c298c9aac0d0f8568d2be37ba3d7badc69db49108d1b9afc88fb96",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:55.899Z",
  "url": "https://answerpool.io/v1/regs/comment-deadlines",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank companies by distress signals in one call — bankruptcy, delisting notices, restatements and impairments joined and sorted by salience score. A derived screen no other API sells as one endpoint; use for credit and short research.
https://answerpool.io/v1/sec/screen/distress
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Rank companies by distress signals in one call — bankruptcy, delisting notices, restatements and impairments joined and sorted by salience score. A derived screen no other API sells as one endpoint; use for credit and short research.",
  "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_score": {
                "default": 0,
                "maximum": 1,
                "minimum": 0,
                "title": "Min Score",
                "type": "number"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 32,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Since"
              }
            },
            "title": "DistressIn",
            "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.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": "3cd0fbf620d82aa376d5c9535e55cc62775c769097a56c9663dc954e9fff8051",
  "service_id": "99d8347a487735ac8d9a0b2b507a909930857140e24edebdc2f5ca9da1c5b4da",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:56.468Z",
  "url": "https://answerpool.io/v1/sec/screen/distress",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks declaring non-reliance on previously issued financials (Item 4.02) — the restatement red flag, market-wide with company, time and links. Use instead of filtering the 8-K tape for the rarest, highest-salience accounting event.
https://answerpool.io/v1/sec/8k/restatement
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks declaring non-reliance on previously issued financials (Item 4.02) — the restatement red flag, market-wide with company, time and links. Use instead of filtering the 8-K tape for the rarest, highest-salience accounting event.",
  "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": "9b0cb666a62820ded004c782fe322b62d69350c4b51ce502cad1f3221bace4cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:24.433Z",
  "url": "https://answerpool.io/v1/sec/8k/restatement",
  "usage_rights": "not_reviewed"
}
answerpool.ioNew S-1 and F-1 registration statements filed in the last N days — companies that just started going public, newest first with CIKs and filing links; amendments excluded by default. One call replaces EDGAR form-feed polling.
https://answerpool.io/v1/ipo/registrations
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "New S-1 and F-1 registration statements filed in the last N days — companies that just started going public, newest first with CIKs and filing links; amendments excluded by default. One call replaces EDGAR form-feed polling.",
  "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"
              },
              "foreign": {
                "default": true,
                "description": "Include F-1 (foreign private issuers).",
                "title": "Foreign",
                "type": "boolean"
              },
              "include_amendments": {
                "default": false,
                "title": "Include Amendments",
                "type": "boolean"
              },
              "limit": {
                "default": 50,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              }
            },
            "title": "NewRegsIn",
            "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": "46c802bcc2a006c193089f94f72b934c57a13b50fb3844bd257279ca8494ae6f",
  "service_id": "a1f358ef7979379e6cb9a4a7edba9735cd8cfca471c86e6e6600857bfbf6df90",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:24.459Z",
  "url": "https://answerpool.io/v1/ipo/registrations",
  "usage_rights": "not_reviewed"
}
answerpool.ioRank institutional managers by total reported 13F value for the latest quarter, optionally by state — CIK, name, positions and totals in one call from primary filings data.
https://answerpool.io/v1/sec/13f/top
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Rank institutional managers by total reported 13F value for the latest quarter, optionally by state — CIK, name, positions and totals in one call from primary filings data.",
  "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": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "state": {
                "anyOf": [
                  {
                    "maxLength": 2,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "State"
              }
            },
            "title": "TopManagersIn",
            "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": "From SEC Form 13F filings (public domain), reported quarterly with a filing lag; identifiers served as filed. Not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "managers": {
                "items": {
                  "properties": {
                    "accession": {
                      "title": "Accession",
                      "type": "string"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "holdings_count": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Holdings Count"
                    },
                    "manager_name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Manager Name"
                    },
                    "period": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Period"
                    },
                    "state": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "State"
                    },
                    "value_total_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Value Total Usd"
                    }
                  },
                  "required": [
                    "cik",
                    "manager_name",
                    "state",
                    "period",
                    "holdings_count",
                    "value_total_usd",
                    "accession"
                  ],
                  "title": "ManagerRow",
                  "type": "object"
                },
                "title": "Managers",
                "type": "array"
              },
              "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"
              }
            },
            "required": [
              "as_of",
              "periods_held",
              "period",
              "count",
              "managers"
            ],
            "title": "TopManagersOutput",
            "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": "cc307b0eb89e7e83d99e8db40e0df3dd314472b39c4caf1c75f17bc2f276be2d",
  "service_id": "a2feb6e4e2d3ca6aaa348752c40d932e33880931407b025d30b3e62dc9b3a49d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:49.447Z",
  "url": "https://answerpool.io/v1/sec/13f/top",
  "usage_rights": "not_reviewed"
}
answerpool.ioList flagged SEC EDGAR events (15-min refresh) — returns 8-K items, Form 4 insider buys/sells with USD size and buy clusters, Form D raises, each with ticker, flags and salience score. Use instead of polling EDGAR.
https://answerpool.io/v1/sec/events
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List flagged SEC EDGAR events (15-min refresh) — returns 8-K items, Form 4 insider buys/sells with USD size and buy clusters, Form D raises, each with ticker, flags and salience score. Use instead of polling EDGAR.",
  "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"
              },
              "flags": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Comma-separated flags, e.g. insider_buy_cluster,distress",
                "title": "Flags"
              },
              "forms": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "Comma-separated: 8-K,4,D",
                "title": "Forms"
              },
              "limit": {
                "default": 50,
                "maximum": 200,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "min_score": {
                "default": 0,
                "maximum": 1,
                "minimum": 0,
                "title": "Min Score",
                "type": "number"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "ISO date/time; default = last 24h",
                "title": "Since"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "EventsInput",
            "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": "Analytical flags derived from public SEC 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": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Index Started At"
              },
              "method_id": {
                "default": "sec_events_rules_v1",
                "title": "Method Id",
                "type": "string"
              }
            },
            "required": [
              "as_of",
              "index_started_at",
              "count",
              "events"
            ],
            "title": "EventsOutput",
            "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": "7be1ebce4eaaf33f4a13c06b7ab72691861d364efecd85755e8b5563da3d0e5c",
  "service_id": "a8b7aca008392d9f46f5d6b2aeb613747d53b3a22dda4fca7193fd472c9fb24f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T18:36:40.233Z",
  "url": "https://answerpool.io/v1/sec/events",
  "usage_rights": "not_reviewed"
}
answerpool.ioIncremental feed of newly published federal rules and proposed rules since your ISO date cursor, with a next_since cursor returned for the following poll. Purpose-built for scheduled agents — no state to keep beyond one date string.
https://answerpool.io/v1/regs/watch
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Incremental feed of newly published federal rules and proposed rules since your ISO date cursor, with a next_since cursor returned for the following poll. Purpose-built for scheduled agents — no state to keep beyond one date string.",
  "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,
                    "pattern": "^[a-z0-9-]+$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Agency"
              },
              "limit": {
                "default": 50,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "since": {
                "anyOf": [
                  {
                    "maxLength": 40,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "description": "ISO date cursor; default last 7 days.",
                "title": "Since"
              },
              "types": {
                "default": "rule,proposed_rule",
                "description": "Comma-separated types.",
                "title": "Types",
                "type": "string"
              }
            },
            "title": "WatchIn",
            "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": "a5d8b4d2b3e8ea0623dfedfb7a0b02eb77c2d593cd539386b49398e4aa41b419",
  "service_id": "ac2085c76aed570277358f0fd5ee47d9499862db8a79a5fb6dd789567f8471d5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:21.453Z",
  "url": "https://answerpool.io/v1/regs/watch",
  "usage_rights": "not_reviewed"
}
answerpool.ioCompare one XBRL metric across up to 10 tickers — latest reported value per company, ranked, with period ends and tags. Use instead of N companyfacts downloads and a fiscal-alignment headache. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.
https://answerpool.io/v1/sec/xbrl/compare
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Compare one XBRL metric across up to 10 tickers — latest reported value per company, ranked, with period ends and tags. Use instead of N companyfacts downloads and a fiscal-alignment headache. 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": {
              "metric": {
                "description": "Required metric key from /v1/sec/xbrl/metrics (e.g. revenue) or a raw US-GAAP XBRL concept as us-gaap:<Tag>; tickers not reporting it are dropped from the result.",
                "maxLength": 120,
                "title": "Metric",
                "type": "string"
              },
              "tickers": {
                "description": "Comma-separated tickers, max 10",
                "maxLength": 120,
                "title": "Tickers",
                "type": "string"
              }
            },
            "required": [
              "tickers",
              "metric"
            ],
            "title": "CompareIn",
            "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.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": "9efa4f8ca967e592174f74e74c8622bf7e22cdb8553c22cb11e92ce55be80829",
  "service_id": "b46b37e1729024306a90680d6f2ad6abcbf91a45c22b004a4721529eac5f6046",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T00:16:17.859Z",
  "url": "https://answerpool.io/v1/sec/xbrl/compare",
  "usage_rights": "not_reviewed"
}
answerpool.ioFinal federal rules taking effect within the next N days, sorted by effective date with exact day-counts, optionally one agency — the compliance-readiness queue. Replaces effective-date range queries and date math against the Federal Register.
https://answerpool.io/v1/regs/effective
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Final federal rules taking effect within the next N days, sorted by effective date with exact day-counts, optionally one agency — the compliance-readiness queue. Replaces effective-date range queries and date math against the Federal Register.",
  "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,
                    "pattern": "^[a-z0-9-]+$",
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Agency"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "within_days": {
                "default": 30,
                "description": "Rules taking effect within this many days.",
                "maximum": 180,
                "minimum": 1,
                "title": "Within Days",
                "type": "integer"
              }
            },
            "title": "EffectiveSoonIn",
            "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.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": "274b47d1d289b09c37d3e8cf437533aa46c048bf42cf5c078397a35bb7274cce",
  "service_id": "b76294ddfec687e2eebab3ceb94df0a9fc8a4202aa9c048120475f22c00c547e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:28:06.455Z",
  "url": "https://answerpool.io/v1/regs/effective",
  "usage_rights": "not_reviewed"
}
answerpool.ioList 8-Ks announcing results of operations (Item 2.02) market-wide — the earnings release tape with company, time and links. Use to know who just reported without filtering the full feed.
https://answerpool.io/v1/sec/8k/earnings
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "List 8-Ks announcing results of operations (Item 2.02) market-wide — the earnings release tape with company, time and links. Use to know who just reported without filtering the full 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"
              },
              "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.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": "08bccb4bdda37b92eec62ce5e3f5c0ad9aa4287c0b0cae8f216a96e273661eb7",
  "service_id": "b84e364007291075e1ee914433038b165a0a63a0491f78ecfc23d9905cc7c222",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:29:10.831Z",
  "url": "https://answerpool.io/v1/sec/8k/earnings",
  "usage_rights": "not_reviewed"
}
answerpool.ioMap a Federal Register rule to the public companies whose SEC filings cite its docket, RIN or CFR part — cross-corpus full-text join, ranked by citation strength with filing counts and dates. One call replaces holding and joining both corpora.
https://answerpool.io/v1/impact/rule
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "Map a Federal Register rule to the public companies whose SEC filings cite its docket, RIN or CFR part — cross-corpus full-text join, ranked by citation strength with filing counts and dates. One call replaces holding and joining both corpora.",
  "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": {
              "document_number": {
                "description": "Federal Register document number, e.g. 2026-12341.",
                "maxLength": 40,
                "minLength": 3,
                "pattern": "^[A-Za-z0-9._-]+$",
                "title": "Document Number",
                "type": "string"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "lookback_days": {
                "default": 365,
                "description": "How far back to scan SEC filings.",
                "maximum": 1825,
                "minimum": 30,
                "title": "Lookback Days",
                "type": "integer"
              }
            },
            "required": [
              "document_number"
            ],
            "title": "RuleImpactIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "agencies": {
                "items": {
                  "type": "string"
                },
                "title": "Agencies",
                "type": "array"
              },
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "companies": {
                "items": {
                  "properties": {
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "company": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Company"
                    },
                    "filings": {
                      "title": "Filings",
                      "type": "integer"
                    },
                    "forms": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Forms",
                      "type": "array"
                    },
                    "latest_filed": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Latest Filed"
                    },
                    "matched": {
                      "items": {
                        "type": "string"
                      },
                      "title": "Matched",
                      "type": "array"
                    }
                  },
                  "required": [
                    "cik",
                    "company",
                    "filings",
                    "forms",
                    "latest_filed",
                    "matched"
                  ],
                  "title": "CompanyHit",
                  "type": "object"
                },
                "title": "Companies",
                "type": "array"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Heuristic cross-corpus join over public Federal Register and SEC EDGAR text; a citation or industry mapping indicates relevance, not legal exposure. Not legal advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "document_number": {
                "title": "Document Number",
                "type": "string"
              },
              "identifiers_searched": {
                "items": {
                  "type": "string"
                },
                "title": "Identifiers Searched",
                "type": "array"
              },
              "method_id": {
                "default": "reg_impact_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "publication_date": {
                "title": "Publication Date",
                "type": "string"
              },
              "significant": {
                "anyOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ],
                "title": "Significant"
              },
              "title": {
                "title": "Title",
                "type": "string"
              },
              "total_filing_matches": {
                "title": "Total Filing Matches",
                "type": "integer"
              }
            },
            "required": [
              "as_of",
              "document_number",
              "title",
              "agencies",
              "publication_date",
              "significant",
              "identifiers_searched",
              "total_filing_matches",
              "count",
              "companies"
            ],
            "title": "RuleImpactOutput",
            "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": "10031254ca7068438a2264e64f81d8ddb0ae3ebfe4189913d2a1115c018b5951",
  "service_id": "b868dcc5625b48c358e1c80a5148b7b1e8c0c7b76f0b04ffdd1d3062f28113a7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:12.198Z",
  "url": "https://answerpool.io/v1/impact/rule",
  "usage_rights": "not_reviewed"
}
answerpool.ioThe most similar public companies to any ticker or CIK — same-industry candidates ranked by log-scale asset/revenue distance and margin from the full SEC XBRL corpus, each peer row carrying the numbers behind the ranking. One call replaces corpus loading and similarity modeling.
https://answerpool.io/v1/peers/similar
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c
Source and evidence
{
  "description": "The most similar public companies to any ticker or CIK — same-industry candidates ranked by log-scale asset/revenue distance and margin from the full SEC XBRL corpus, each peer row carrying the numbers behind the ranking. One call replaces corpus loading and similarity modeling.",
  "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"
              },
              "limit": {
                "default": 20,
                "maximum": 50,
                "minimum": 1,
                "title": "Limit",
                "type": "integer"
              },
              "ticker": {
                "anyOf": [
                  {
                    "maxLength": 12,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "default": null,
                "title": "Ticker"
              }
            },
            "title": "PeersIn",
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of": {
                "title": "As Of",
                "type": "string"
              },
              "candidates_in_industry": {
                "title": "Candidates In Industry",
                "type": "integer"
              },
              "count": {
                "title": "Count",
                "type": "integer"
              },
              "disclaimer": {
                "default": "Similarity computed from public SEC XBRL facts and industry codes; a peer ranking is an analytical signal, not investment advice.",
                "title": "Disclaimer",
                "type": "string"
              },
              "frame_year": {
                "title": "Frame Year",
                "type": "integer"
              },
              "method_id": {
                "default": "sec_peers_rules_v1",
                "title": "Method Id",
                "type": "string"
              },
              "peers": {
                "items": {
                  "properties": {
                    "assets_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Assets Usd"
                    },
                    "cik": {
                      "title": "Cik",
                      "type": "string"
                    },
                    "distance": {
                      "title": "Distance",
                      "type": "number"
                    },
                    "margin": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Margin"
                    },
                    "name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Name"
                    },
                    "net_income_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Net Income Usd"
                    },
                    "revenue_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Revenue Usd"
                    },
                    "similarity": {
                      "title": "Similarity",
                      "type": "number"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "title": "Ticker"
                    }
                  },
                  "required": [
                    "cik",
                    "ticker",
                    "name",
                    "assets_usd",
                    "revenue_usd",
                    "net_income_usd",
                    "margin",
                    "distance",
                    "similarity"
                  ],
                  "title": "PeerRow",
                  "type": "object"
                },
                "title": "Peers",
                "type": "array"
              },
              "target": {
                "properties": {
                  "assets_usd": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Assets Usd"
                  },
                  "cik": {
                    "title": "Cik",
                    "type": "string"
                  },
                  "margin": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Margin"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "revenue_usd": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Revenue Usd"
                  },
                  "sic": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic"
                  },
                  "sic_description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic Description"
                  },
                  "ticker": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Ticker"
                  }
                },
                "required": [
                  "cik",
                  "ticker",
                  "name",
                  "sic",
                  "sic_description",
                  "assets_usd",
                  "revenue_usd",
                  "margin"
                ],
                "title": "TargetBlock",
                "type": "object"
              }
            },
            "required": [
              "as_of",
              "target",
              "frame_year",
              "candidates_in_industry",
              "count",
              "peers"
            ],
            "title": "PeersOutput",
            "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": "b905c0dc0b43ceabd440b8769bdd8b59ab749b4e5cb88def5d203721c99d2490",
  "service_id": "bffb3f68c406567fc4020c7757b51c82873138dc39bc05237ac32c5d4402f3ff",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T22:27:44.919Z",
  "url": "https://answerpool.io/v1/peers/similar",
  "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