Pre-trade risk check for AI agents trading crypto: live orderbook slippage at YOUR size, side-aware funding carry, open-interest crowding, and optional contract security — composed into a single ok/caution/avoid verdict with per-factor reasons and raw data embedded. Answers 'is this trade sane?' before trading, not after. Replaces four API integrations plus the judgment layer.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://agentpay.tools/tools/pre_trade_check/call' # -> 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://agentpay.tools/tools/pre_trade_check/call'
Endpoint: https://agentpay.tools/tools/pre_trade_check/call. Operated by agentpay.tools, 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.
Run any Dune Analytics query and return live onchain results by query ID. Use fast_only=True for live bots — returns cached result instantly or raises immediate…
Fed rate, inflation proxy, S&P 500, BTC, ETH, and gas in one call. Replaces three separate API integrations with a single normalized response — the only tool th…
Open a budget-capped agent session on AgentPay. Pay $0.001 USDC once — get a session_id, budget config, and gateway URL. Enforces a hard max_spend cap across al…
Convert any URL to clean, LLM-ready markdown. Strips ads, nav, and boilerplate — returns just the content. No API key needed.
Buyer-side trust oracle for the x402 marketplace: 'I need X, budget $Y — which tool is real?' Sweeps the WHOLE catalog across many queries, collapses sybil/fact…
Search the web and return the top 5 results with their full content as clean markdown. Better than DIY because zero setup and results include page content, not …
A stateful, multi-chain spending session for AI agents. One session enforces a hard USDC budget cap across every tool call, with a verifiable receipt and runnin…