Directory / api.x402agentic.ai
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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.x402agentic.ai/spend-guard' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://api.x402agentic.ai/spend-guard'
Endpoint: https://api.x402agentic.ai/spend-guard. Operated by api.x402agentic.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 …