ToolAssay

Proposed/final rules and notices from a federal agency — the regulatory pipeline

Proposed/final rules and notices from a federal agency — the regulatory pipeline that reprices sectors. Pass `?agency=securities-and-exchange-commission` (slug) and/or `?q=` (at least one), plus `?type=all|rule|proposed|notice` and `?limit=` (max 100). Each doc has number, type, title, abstract, dates, agencies, and a link. From x402stock, a market & economic data API (x402, USDC).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
319 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/regulatory

CategoryMarket data
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 319 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "agency": "securities-and-exchange-commission",
    "limit": 20,
    "type": "all"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "agency": {
              "maxLength": 120,
              "minLength": 2,
              "type": "string"
            },
            "limit": {
              "default": 20,
              "exclusiveMinimum": 0,
              "maximum": 100,
              "type": "integer"
            },
            "q": {
              "maxLength": 120,
              "minLength": 2,
              "type": "string"
            },
            "type": {
              "default": "all",
              "enum": [
                "all",
                "rule",
                "proposed",
                "notice",
                "presidential"
              ],
              "type": "string"
            }
          },
          "required": [
            "type",
            "limit"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "agency": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "as_of": {
              "type": "string"
            },
            "attribution": {
              "type": "string"
            },
            "count": {
              "type": "number"
            },
            "documents": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "abstract": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "agencies": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "document_number": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "effective_on": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "publication_date": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "title": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "type": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "url": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "document_number",
                  "type",
                  "title",
                  "abstract",
                  "publication_date",
                  "effective_on",
                  "agencies",
                  "url"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "query": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "source": {
              "const": "federal_register",
              "type": "string"
            },
            "total_matched": {
              "type": "number"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "source",
            "as_of",
            "agency",
            "query",
            "type",
            "total_matched",
            "count",
            "documents",
            "attribution"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON