{"openapi":"3.1.0","info":{"title":"x402 Agentic","version":"2.0.0","summary":"The Payment Layer for the Autonomous Web","description":"x402 Agentic is a payment-trust suite for autonomous AI agents on Base USDC. Keyless, pay-per-call endpoints for pre-pay risk verdicts, OFAC sanctions screening, per-agent budget enforcement, canonical-asset verification, on-chain settlement proof, and payee reputation. No API key, no account — pay per request with x402.","contact":{"name":"x402 Agentic","url":"https://x402agentic.ai","email":"hello@x402agentic.ai"},"x-logo":{"url":"https://x402agentic.ai/logo.png"},"x-provider":{"name":"x402 Agentic","tagline":"The Payment Layer for the Autonomous Web","description":"x402 Agentic is a payment-trust suite for autonomous AI agents on Base USDC. Keyless, pay-per-call endpoints for pre-pay risk verdicts, OFAC sanctions screening, per-agent budget enforcement, canonical-asset verification, on-chain settlement proof, and payee reputation. No API key, no account — pay per request with x402.","email":"hello@x402agentic.ai","website":"https://x402agentic.ai","logo":"https://x402agentic.ai/logo.png","twitter":"@x402agentic","x":"https://x.com/x402agentic","medium":"https://x402agentic.medium.com","virtuals":"https://app.virtuals.io/virtuals/39918","token":{"address":"0xCAb815D8A171091A8647F126E0FB7C009946b162","network":"eip155:8453","chain":"base"}}},"externalDocs":{"description":"Medium","url":"https://x402agentic.medium.com"},"servers":[{"url":"https://api.x402agentic.ai"}],"paths":{"/precheck":{"get":{"summary":"Pre-pay risk verdict (allow / warn / block) before an agent settles any x402 payment — checks payee validity, OFAC sanctions, price gouging, asset/network, and spend policy. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"precheck_get","x-payment-info":{"price":"$0.10","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"payTo","in":"query","required":true,"schema":{"type":"string","description":"Destination address from the 402 envelope"}},{"name":"amount","in":"query","required":true,"schema":{"type":"number","description":"Price in USD the endpoint is asking for"}},{"name":"network","in":"query","required":true,"schema":{"type":"string","description":"Settlement network"}},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["llm-compact","llm","market-data","crypto-data","rpc","scrape","web-search","social-data","data-enrichment","image-gen","video-gen","prediction","identity","generic"],"description":"Service category for price-band comparison"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"Pre-pay risk verdict (allow / warn / block) before an agent settles any x402 payment — checks payee validity, OFAC sanctions, price gouging, asset/network, and spend policy. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"precheck_post","x-payment-info":{"price":"$0.10","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"payTo":{"type":"string","description":"Destination address from the 402 envelope"},"amount":{"type":"number","description":"Price in USD the endpoint is asking for"},"network":{"type":"string","description":"Settlement network"},"category":{"type":"string","enum":["llm-compact","llm","market-data","crypto-data","rpc","scrape","web-search","social-data","data-enrichment","image-gen","video-gen","prediction","identity","generic"],"description":"Service category for price-band comparison"}},"required":["payTo","amount","network"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}},"/screen":{"get":{"summary":"OFAC sanctions screen on a payee address — allow/block against the live sanctioned-address list, auto-refreshed weekly. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"screen_get","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string","description":"EVM address to screen"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"OFAC sanctions screen on a payee address — allow/block against the live sanctioned-address list, auto-refreshed weekly. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"screen_post","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string","description":"EVM address to screen"}},"required":["address"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}},"/spend-guard":{"get":{"summary":"Per-agent budget enforcement — track an agent's cumulative spend against a cap and block overspend. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"spend-guard_get","x-payment-info":{"price":"$0.01","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"agentId","in":"query","required":true,"schema":{"type":"string","description":"Stable identifier for the spending agent"}},{"name":"amountUsd","in":"query","required":false,"schema":{"type":"number","description":"Amount about to be spent (USD)"}},{"name":"budgetUsd","in":"query","required":false,"schema":{"type":"number","description":"Optional: set/raise this agent's budget (USD)"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"Per-agent budget enforcement — track an agent's cumulative spend against a cap and block overspend. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"spend-guard_post","x-payment-info":{"price":"$0.01","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string","description":"Stable identifier for the spending agent"},"amountUsd":{"type":"number","description":"Amount about to be spent (USD)"},"budgetUsd":{"type":"number","description":"Optional: set/raise this agent's budget (USD)"}},"required":["agentId"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}},"/token-check":{"get":{"summary":"Verify a token contract is the canonical asset (real USDC, WETH, DAI…) and not a lookalike or spoof. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"token-check_get","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string","description":"Token contract address to verify"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"Verify a token contract is the canonical asset (real USDC, WETH, DAI…) and not a lookalike or spoof. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"token-check_post","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string","description":"Token contract address to verify"}},"required":["address"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}},"/verify-payment":{"get":{"summary":"Confirm an x402 payment actually settled on-chain — correct recipient, asset, and amount — from the transaction hash. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"verify-payment_get","x-payment-info":{"price":"$0.05","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"txHash","in":"query","required":true,"schema":{"type":"string","description":"Transaction hash to verify (0x + 64 hex)"}},{"name":"payTo","in":"query","required":false,"schema":{"type":"string","description":"Expected recipient address"}},{"name":"amountUsd","in":"query","required":false,"schema":{"type":"number","description":"Expected amount in USD (optional)"}},{"name":"asset","in":"query","required":false,"schema":{"type":"string","description":"Token contract (defaults to USDC on Base)"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"Confirm an x402 payment actually settled on-chain — correct recipient, asset, and amount — from the transaction hash. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"verify-payment_post","x-payment-info":{"price":"$0.05","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"txHash":{"type":"string","description":"Transaction hash to verify (0x + 64 hex)"},"payTo":{"type":"string","description":"Expected recipient address"},"amountUsd":{"type":"number","description":"Expected amount in USD (optional)"},"asset":{"type":"string","description":"Token contract (defaults to USDC on Base)"}},"required":["txHash"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}},"/reputation":{"get":{"summary":"Reputation score (0–100) for a payee from sanctions data plus community reports and vouches. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"reputation_get","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string","description":"Address to look up (GET) or contribute a signal for (POST)"}},{"name":"action","in":"query","required":false,"schema":{"type":"string","enum":["report","vouch"],"description":"POST only: report or vouch for the address"}},{"name":"reason","in":"query","required":false,"schema":{"type":"string","description":"POST only: short note (<=140 chars)"}}],"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}},"post":{"summary":"Reputation score (0–100) for a payee from sanctions data plus community reports and vouches. Part of x402 Agentic, the payment-trust suite for AI agents on Base USDC.","operationId":"reputation_post","x-payment-info":{"price":"$0.02","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xc23C4aFA42cbaBbc03D04Bc87ecB769Fc82F1f43"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string","description":"Address to look up (GET) or contribute a signal for (POST)"},"action":{"type":"string","enum":["report","vouch"],"description":"POST only: report or vouch for the address"},"reason":{"type":"string","description":"POST only: short note (<=140 chars)"}},"required":["address"]}}}},"responses":{"200":{"description":"Result","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required (x402 challenge)"}}}}}}