Unnamed service
GET x402stock.xyz/api/v1/congress-trades
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Recent stock trades disclosed by US members of Congress under the STOCK Act, parsed live from official House and Senate Periodic Transaction Reports: per trade the member, chamber, ticker, asset, buy/sell type, date, and disclosed dollar range. ?chamber=house|senate|both, ?ticker=AAPL, ?limit= recent filings per chamber (max 20). From US House & Senate. From x402stock
Resource: x402stock.xyz/api/v1/congress-trades
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Payment methods: — · Last validation: 2026-09-14 12:24:24.653+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"limit",
"chamber"
],
"properties": {
"limit": {
"type": "integer",
"default": 7,
"maximum": 20,
"exclusiveMinimum": 0
},
"ticker": {
"type": "string",
"maxLength": 10,
"minLength": 1
},
"chamber": {
"enum": [
"house",
"senate",
"both"
],
"type": "string",
"default": "house"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"source",
"as_of",
"chamber",
"disclosure",
"trade_count",
"trades"
],
"properties": {
"as_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"source": {
"enum": [
"us_house",
"us_senate",
"us_congress"
],
"type": "string"
},
"trades": {
"type": "array",
"items": {
"type": "object",
"required": [
"chamber",
"member",
"state",
"district",
"filing_date",
"doc_id",
"pdf_url",
"asset",
"ticker",
"asset_type",
"owner",
"transaction_type",
"transaction_code",
"transaction_date",
"notification_date",
"amount_range",
"amount_min",
"amount_max"
],
"properties": {
"asset": {
"type": "string"
},
"owner": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"state": {
"type": "string"
},
"doc_id": {
"type": "string"
},
"member": {
"type": "string"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"chamber": {
"enum": [
"house",
"senate"
],
"type": "string"
},
"pdf_url": {
"type": "string"
},
"district": {
"type": "string"
},
"amount_max": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"amount_min": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"asset_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"filing_date": {
"type": "string"
},
"amount_range": {
"type": "string"
},
"transaction_code": {
"type": "string"
},
"transaction_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"transaction_type": {
"type": "string"
},
"notification_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"chamber": {
"enum": [
"house",
"senate",
"both"
],
"type": "string"
},
"disclosure": {
"type": "string"
},
"trade_count": {
"type": "number"
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "30000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.