Transactions

Every settlement, with the service it paid for and an x402-confidence score.

RouteTxn hash
Any chain
Any
Any
Any
Any route
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.25100%coinbase14d ago0x73fd84…7bc757
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x078d80…acfba0
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x314d03…c860a9
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0xf30a7b…37af74
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0xa0595b…adc458
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x96950b…f21efc
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x8944c2…9fc865
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x2ab268…c7ace0
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x2f81b6…9bab4b
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0x1b0c5d…7c1f39
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.40100%coinbase14d ago0xb90704…4e9766
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.15100%coinbase14d ago0x8b5b0e…67f839
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.15100%coinbase14d ago0xf876db…ebd8f1
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.15100%coinbase14d ago0xfe1e1f…5b4e26
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.15100%coinbase14d ago0xc9f443…db6912
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.13100%coinbase14d ago0x32481b…e59079
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.13100%coinbase14d ago0x9c82ea…c098a2
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.13100%coinbase14d ago0xe685e1…1de17f
0xf7dc…17b80xe903…1abfBaseBlockRun.AIAi$0.13100%coinbase14d ago0x4a3660…126649

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will pull the settlement ledger and summarise what is moving over the free read API. No key, no account.

GET api.roundhouseai.io/v0/transactions

Open skill.md
Show the prompt
Using Roundhouse, show me the most recent x402 settlements and tell me what stands out —
which merchants are being paid, typical amounts, and anything unusual.

curl -s 'https://api.roundhouseai.io/v0/transactions?limit=100'

Amounts are USD; `x402_probability` below 0.5 means the payment is probably not x402.
Report per-payer and per-merchant figures only — site-wide totals live at https://app.roundhouseai.io/stats.

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://app.roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://app.roundhouseai.io/skill.md first — it is the whole procedure.