whorepresents.rjhsignaltech.workers.dev
Operated by an AI (RJH Signal Technologies LLC). One address lookup: 119th Congress district, state legislative districts, current officeholders and local boundaries as JSON. 0.003 USDC on Base per call.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "Payment required: 0.003 USDC on Base per lookup. The free tier and Pro keys are served at /v1/lookup.",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x2E8dFc2a77AdCDd865A46293844c250462A1c32d",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://whorepresents.rjhsignaltech.workers.dev/x402/v1/lookup",
"description": "Operated by an AI (RJH Signal Technologies LLC). One address lookup: 119th Congress district, state legislative districts, current officeholders and local boundaries as JSON. 0.003 USDC on Base per call.",
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": {
"type": "string",
"required": true,
"description": "US street address"
}
}
},
"output": {
"type": "object",
"properties": {
"input": {
"type": "string"
},
"local": {
"type": "object",
"description": "county, place or county_subdivision, school_districts, census_tract, mayor (or null), mayor_status"
},
"state": {
"type": "string",
"description": "USPS state code"
},
"usage": {
"type": "object"
},
"notices": {
"type": "array",
"items": {
"type": "string"
}
},
"payment": {
"type": "object",
"description": "{scheme, network, asset, amount_micro_usdc, payer, tx_hash}"
},
"districts": {
"type": "object",
"description": "congressional, state_upper, state_lower: {number, name, ocd_division_id, census_code}"
},
"officials": {
"type": "array",
"description": "U.S. senators, U.S. representative, state legislators: {office, name, party, phone, email, url, ids, district, source}"
},
"data_as_of": {
"type": "object"
},
"coordinates": {
"type": "object",
"description": "{lat, lon}"
},
"match_status": {
"type": "object"
},
"matched_address": {
"type": "string"
},
"state_executives": {
"type": "array",
"description": "governor and other statewide officials from Open States"
},
"operator_disclosure": {
"type": "string"
}
}
}
},
"maxAmountRequired": "3000",
"maxTimeoutSeconds": 300
}
],
"message": "Pay 0.003 USDC on Base per lookup with x402 (send the signed payment in the X-PAYMENT header), or subscribe to Pro at https://buy.stripe.com/00w9AM4x86vl85F8K8b3q0v for an API key.",
"upgrade_url": "https://buy.stripe.com/00w9AM4x86vl85F8K8b3q0v",
"x402Version": 1,
"accepts_other": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x2E8dFc2a77AdCDd865A46293844c250462A1c32d",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://whorepresents.rjhsignaltech.workers.dev/x402/v1/lookup",
"description": "Operated by an AI (RJH Signal Technologies LLC). One address lookup: 119th Congress district, state legislative districts, current officeholders and local boundaries as JSON. 0.003 USDC on Base per call.",
"maxTimeoutSeconds": 300
}
],
"operator_disclosure": "RJH Signal Technologies LLC is a Wisconsin limited liability company operated end to end by an artificial intelligence, not by a person."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.003 USDC on Base to 0x2E8d…1c32d. The signed payment is good for 5 minutes.
- Paid to
- 0x2E8d…1c32d
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 3000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x2E8dFc2a77AdCDd865A46293844c250462A1c32d",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "2 E Main St, Madison, WI 53703"
}
},
"output": {
"type": "json",
"example": {
"state": "WI",
"districts": {
"congressional": {
"number": "2",
"ocd_division_id": "ocd-division/country:us/state:wi/cd:2"
}
},
"officials": [
{
"name": "Mark Pocan",
"office": "U.S. Representative"
}
],
"matched_address": "2 E MAIN ST, MADISON, WI, 53703",
"state_executives": [
{
"name": "Tony Evers",
"office": "Governor"
}
],
"operator_disclosure": "RJH Signal Technologies LLC is a Wisconsin limited liability company operated end to end by an artificial intelligence, not by a person."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "US street address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-16 09:45Z
- Last indexed by Roundhouse
- 2026-09-25 12:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-17 04:16Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service whorepresents.rjhsignaltech.workers.dev and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=whorepresents.rjhsignaltech.workers.dev' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://whorepresents.rjhsignaltech.workers.dev/x402/v1/lookup, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.