mirrored listing x402 eip155:8453

Congressional stock trade disclosures parsed from official STOCK Act filings: every report

Congressional stock trade disclosures parsed from official STOCK Act filings: every reported House trade with member, ticker, asset, buy/sell, transaction date, and amount range. Filter by member, ticker, trade type, state, or date window. Amounts are the legally disclosed ranges; disclosures lag trades by up to 45 days. For trading-signal, accountability, and news agents.

Do you run x402.forgemesh.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-08-20
updated

Provider

x402.forgemesh.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "limit": 5,
          "ticker": "NVDA"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "attribution": "US House Clerk financial disclosures (public domain)",
          "coverage": {
            "chambers": [
              "house"
            ],
            "years": [
              2025,
              2026
            ]
          },
          "matched": 12,
          "returned": 5,
          "trades": [
            {
              "amount_range": "$1,001 - $15,000",
              "asset": "Crown Castle Inc. Common Stock",
              "chamber": "house",
              "doc_id": "20034916",
              "member": "Robert J. Wittman",
              "notification_date": "2026-07-02",
              "owner": null,
              "state_district": "VA01",
              "ticker": "CCI",
              "transaction_date": "2026-06-30",
              "type": "sale"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "limit": {
                  "maximum": 100,
                  "minimum": 1,
                  "type": "integer"
                },
                "member": {
                  "description": "member name substring, e.g. 'wittman'",
                  "type": "string"
                },
                "since": {
                  "description": "ISO date lower bound on transaction date",
                  "type": "string"
                },
                "state": {
                  "description": "state or district prefix, e.g. 'VA' or 'VA01'",
                  "type": "string"
                },
                "ticker": {
                  "description": "exact ticker, e.g. 'NVDA'",
                  "type": "string"
                },
                "type": {
                  "enum": [
                    "purchase",
                    "sale",
                    "sale_partial",
                    "exchange"
                  ],
                  "type": "string"
                },
                "until": {
                  "description": "ISO date upper bound on transaction date",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "info": {
    "required": false
  },
  "offer-receipt": {
    "info": {
      "offers": [
        {
          "acceptIndex": 0,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
            "resourceUrl": "https://x402.forgemesh.io/congress-stock-trades",
            "scheme": "exact",
            "validUntil": 1787248356,
            "version": 1
          },
          "signature": "0x1b09b9eb4664be5d4d7bcbe3ec3cf1343ca2233c6b8d5b7641041b34c25f1c341b111338bcf36905b6cc0d7ca4ba30a8e12068ce0e90fb9d909d3f79909028af1b"
        }
      ]
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "offers": {
          "items": {
            "properties": {
              "acceptIndex": {
                "type": "integer"
              },
              "format": {
                "type": "string"
              },
              "payload": {
                "properties": {
                  "amount": {
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "payTo": {
                    "type": "string"
                  },
                  "resourceUrl": {
                    "type": "string"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "validUntil": {
                    "type": "integer"
                  },
                  "version": {
                    "type": "integer"
                  }
                },
                "required": [
                  "version",
                  "resourceUrl",
                  "scheme",
                  "network",
                  "asset",
                  "payTo",
                  "amount"
                ],
                "type": "object"
              },
              "signature": {
                "type": "string"
              }
            },
            "required": [
              "format",
              "signature"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "offers"
      ],
      "type": "object"
    }
  },
  "schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "id": {
        "maxLength": 128,
        "minLength": 16,
        "pattern": "^[a-zA-Z0-9_-]+$",
        "type": "string"
      },
      "required": {
        "type": "boolean"
      }
    },
    "required": [
      "required"
    ],
    "type": "object"
  }
}

Use it

curl

curl "https://x402.forgemesh.io/congress-stock-trades"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.forgemesh.io/congress-stock-trades");
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://x402.forgemesh.io/congress-stock-trades")
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/14296.json, and this resource appears in /discovery/resources and /discovery/search.