x402-secure-api.t54.ai
No description published for this endpoint.
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.
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.1 USDC on Base to 0x0495…aeED9. The signed payment is good for 5 minutes.
- Paid to
- 0x0495…aeED9
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 100000 smallest units
- Buys
- Evaluate an agent's pending payment plan by submitting agent_id, wallet_address, and a full agent_trace. Returns a normalized summary acknowledging the payload. Price: $0.1 USDC
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0495d60c927B97d67D5018C6AA65C9b2bebaeED9",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://x402-secure-api.t54.ai/x402/tools/evaluate_agent_payment",
"description": "Evaluate an agent's pending payment plan by submitting agent_id, wallet_address, and a full agent_trace. Returns a normalized summary acknowledging the payload. Price: $0.1 USDC",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFields": {
"agent_id": {
"type": "string",
"required": true,
"description": "Unique identifier of the agent performing the action (e.g., 'agent_123')."
},
"agent_trace": {
"type": "object",
"required": true,
"description": "Agent execution trace object. Include 'task' (string), 'events' (array of event objects with fields like 'ts', 'type', 'role'/'name', 'content'/'arguments'/'result'), and 'completed_at' (ISO timestamp). This field is nested; provide the full trace payload for evaluation."
},
"authorization": {
"type": "string",
"required": true,
"description": "Upstream Authorization token."
},
"wallet_address": {
"type": "string",
"required": true,
"description": "User or agent wallet address on chain (e.g., Base L2 address)."
}
},
"headerFields": {
"X-PAYMENT": {
"type": "string",
"required": false,
"description": "Base64-encoded JSON PaymentPayload; automatically filled by x402scan"
}
}
},
"output": {
"extra": {
"type": "object",
"properties": {
"mode": "string",
"final_tier": "string",
"confidence_score": "number",
"processing_time_ms": "number"
}
},
"reasons": "array",
"decision": {
"enum": [
"allow",
"deny",
"challenge"
],
"type": "string"
},
"trace_id": "string",
"warnings": "array",
"risk_level": {
"enum": [
"low",
"medium",
"high",
"critical",
"unknown"
],
"type": "string"
},
"session_id": "string",
"decision_id": "string",
"ttl_seconds": "number",
"used_mandate": "boolean"
}
},
"maxAmountRequired": "100000",
"maxTimeoutSeconds": 300
}
]Provenance
- Seen in the source catalog
- 2026-02-12 07:06Z
- Last indexed by Roundhouse
- 2026-09-25 03:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-17 22:45Z
- x402 version
- 1
- Max timeout
- 300s
- Liveness probe
- HTTP 405
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 x402-secure-api.t54.ai 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=x402-secure-api.t54.ai' 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://x402-secure-api.t54.ai/x402/tools/evaluate_agent_payment, 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.