mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpeip155:137eip155:42161

Federal rulemaking check: recent documents on a topic or docket, comment volume, and wheth

Federal rulemaking check: recent documents on a topic or docket, comment volume, and whether a comment period is open.

Do you run loonie-toll.onrender.com? 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
2
calls / 30d
1
unique payers
2026-09-16
updated

Provider

loonie-toll.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "search": "motor carrier safety"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "commentVolume": 0,
          "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Not every agency uses Regulations.gov, and comment counts include duplicates and campaigns. Not affiliated with or endorsed …",
          "docketInPlay": "FMCSA-2026-0043",
          "documents": [
            {
              "agency": "FMCSA",
              "commentEndDate": "2026-10-09T03:59:59Z",
              "commentStartDate": "2026-09-08T04:00:00Z",
              "docketId": "FMCSA-2026-0043",
              "documentId": "FMCSA-2026-0043-0001",
              "frDocNum": "2026-18216",
              "openForComment": true,
              "postedDate": "2026-09-08T04:00:00Z",
              "title": "Exemption Application: Qualification of Drivers; Epilepsy and Seizure Disorders",
              "type": "Notice",
              "withdrawn": false
            },
            {
              "agency": "EPA",
              "commentEndDate": null,
              "commentStartDate": null,
              "docketId": "EPA-HQ-OPPT-2018-0428",
              "documentId": "EPA-HQ-OPPT-2018-0428-0083",
              "frDocNum": null,
              "openForComment": false,
              "postedDate": "2026-09-04T04:00:00Z",
              "title": "27. Draft Number of Sites for 1,2-Dichloropropane",
              "type": "Supporting & Related Material",
              "withdrawn": false
            }
          ],
          "query": {
            "docket": null,
            "search": "motor carrier safety"
          },
          "reasons": [
            "\"Exemption Application: Qualification of Drivers; Epilepsy and Seizure Disorders\" (FMCSA, FMCSA-2026-0043) is open for comment until 2026-10-09.",
            "Docket FMCSA-2026-0043 has 0 public comments on file.",
            "…1 more"
          ],
          "retrievedAt": "2026-09-09T00:57:22.035Z",
          "source": "Regulations.gov (GSA eRulemaking)",
          "verdict": "COMMENT_PERIOD_OPEN"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "docket": {
                  "description": "Docket ID, e.g. FMCSA-2022-0028",
                  "type": "string"
                },
                "limit": {
                  "description": "Documents to return, default 5 (API minimum 5)",
                  "type": "integer"
                },
                "search": {
                  "description": "Topic search, e.g. 'trucking hours of service'",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "commentVolume": {
                  "type": "integer"
                },
                "disclaimer": {
                  "type": "string"
                },
                "docketInPlay": {
                  "type": "string"
                },
                "documents": {
                  "items": {
                    "properties": {
                      "agency": {
                        "type": "string"
                      },
                      "commentEndDate": {
                        "type": [
                          "null",
                          "string"
                        ]
                      },
                      "commentStartDate": {
                        "type": [
                          "null",
                          "string"
                        ]
                      },
                      "docketId": {
                        "type": "string"
                      },
                      "documentId": {
                        "type": "string"
                      },
                      "frDocNum": {
                        "type": [
                          "null",
                          "string"
                        ]
                      },
                      "openForComment": {
                        "type": "boolean"
                      },
                      "postedDate": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "withdrawn": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "query": {
                  "properties": {
                    "docket": {
                      "type": "null"
                    },
                    "search": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "reasons": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "retrievedAt": {
                  "type": "string"
                },
                "source": {
                  "type": "string"
                },
                "verdict": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://loonie-toll.onrender.com/rulemaking"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://loonie-toll.onrender.com/rulemaking");
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://loonie-toll.onrender.com/rulemaking")
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/7813.json, and this resource appears in /discovery/resources and /discovery/search.