Parsed House/Senate PTR trades: member, ticker, type, amounts, filing lag (last 1000)
Parsed House/Senate PTR trades: member, ticker, type, amounts, filing lag (last 1000)
10000 (raw units)
price
5
calls / 30d
4
unique payers
2026-09-16
updated
Provider
whodeployed.wtf · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "8D5DSpGroX5P9v6oGHLUVLFXujp6En1zYdf5KTTQ5N8V",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3a4F2eA5E1a32a1af8716eDF089b74a28a68EbdA",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"limit": 20
},
"type": "http"
},
"output": {
"example": {
"age_seconds": 120,
"data": {},
"disclaimer": "All figures are simulated paper dollars from a research lab — not investment advice, not live trading, no real positions. Ranked returns are dominated by luck until effective bet counts (eff_n), calibration and crowding say otherwise.",
"generated_at": "2026-08-12T00:00:00+00:00",
"product": "congress_tape",
"sample": false,
"stale": false
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Optional: truncate top-level array fields in data (ranked rows, headlines, …) to at most N items.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"age_seconds": {
"type": "number"
},
"data": {
"description": "Parsed House/Senate PTR trades: member, ticker, type, amounts, filing lag (last 1000)",
"type": "object"
},
"disclaimer": {
"type": "string"
},
"generated_at": {
"type": "string"
},
"product": {
"type": "string"
},
"sample": {
"type": "boolean"
},
"stale": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://whodeployed.wtf/v1/congress_tape" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://whodeployed.wtf/v1/congress_tape");
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://whodeployed.wtf/v1/congress_tape")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4869.json, and this resource appears in /discovery/resources and /discovery/search.