mirrored listing x402 eip155:8453

Proposed federal rules whose comment window closes within N days, sorted soonest first wit

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.

Do you run answerpool.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-02
updated

Provider

answerpool.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "within_days": 14
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-09-02T14:00:00Z",
          "count": 1,
          "documents": [
            {
              "abstract": "Proposes amendments to insider trading plan conditions.",
              "action": "Proposed rule.",
              "agencies": [
                "Securities and Exchange Commission"
              ],
              "cfr_references": [
                "17 CFR 240"
              ],
              "comments_close_on": "2026-09-09",
              "days_to_comment_close": 7,
              "days_to_effective": null,
              "docket_ids": [
                "SEC-2026-001"
              ],
              "document_number": "2026-12342",
              "effective_on": null,
              "flags": [
                "comments_close_soon"
              ],
              "publication_date": "2026-08-30",
              "regulation_id_numbers": [
                "3235-AN00"
              ],
              "significant": null,
              "title": "Proposed Amendments to Rule 10b5-1",
              "topics": [
                "Securities"
              ],
              "type": "Proposed Rule",
              "url": "https://www.federalregister.gov/d/2026-12342"
            }
          ],
          "total_matching": 1
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "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"
    }
  }
}

Use it

curl

curl "https://answerpool.io/v1/regs/comment-deadlines"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://answerpool.io/v1/regs/comment-deadlines");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://answerpool.io/v1/regs/comment-deadlines")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7799.json, and this resource appears in /discovery/resources and /discovery/search.