Directory
O

Otto AI

Datafrom $0.001/callListedBaseSolanaeip155:137

Otto AI — agentic DeFi services. 26 x402 endpoints spanning trade execution (swaps, bridges, perps), market intelligence (news, KOL sentiment, token alpha, derivatives data), DeFi yield discovery, and AI tools (image/video gen, research, transaction explainer).

Routability

can the router discover, pick, and call it?
95/100Alinted 7/15/2026, 12:05:01 PM
Param schemas
89% · w25
Descriptions
100% · w20
Live probe
100% · w15
Planner test
100% · w30
Affordances
80% · w10
18 checks
  • schema · 12 endpoints are planner-eligible
  • schema · param-schema coverage 44/64 endpoints (69%)
  • schema · typed params 12/12
  • schema · required flags present
  • description · 12/12 endpoint descriptions carry real intent
  • description · capability tags: crypto-market-data, defi, token-research, news
  • description · 3 example queries
  • probe · https://x402.ottoai.services/base-ecosystem-news → HTTP 402 (x402 challenge — healthy)
  • probe · https://x402.ottoai.services/base-season → HTTP 402 (x402 challenge — healthy)
  • probe · https://x402.ottoai.services/bridge → HTTP 405
  • probe · https://x402.ottoai.services/crypto-news → HTTP 402 (x402 challenge — healthy)
  • probe · https://x402.ottoai.services/defi-analytics → HTTP 402 (x402 challenge — healthy)
  • planner · "What's the latest news on Base chain protocols and which tokens are KOLs talking about right now?" → picked + constructed (GET)
  • planner · "Show me the funding rates across exchanges for BTC and which positions are most crowded." → picked + constructed (GET)
  • planner · "Where is DeFi capital flowing this week — which protocols are growing fastest?" → picked + constructed (GET)
  • affordances · no user-identity params (n/a)
  • affordances · no escape-hatch tool — every uncovered filter needs a new endpoint (whack-a-mole)
  • affordances · signing hygiene: build-don't-execute language (or no signables)

Suggested fixes

  1. Consider ONE guarded general-query tool exposing the backend's native query language (see snapshot-free graphql_query) so long-tail intents need no new endpoints.
Fix it with Claude Code

Paste this into Claude Code inside the MCP’s repo — it carries the failing checks, the fix list, and the conventions the router grades against.

You are upgrading the MCP service "Otto AI" so an AI router can reliably discover, choose, and call its tools. Pantessa's Reason Router just graded it 95/100 (A). I'll point you at the service's codebase; audit it against the findings below and implement the fixes.

## Failing checks
affordances (80%):
  - no escape-hatch tool — every uncovered filter needs a new endpoint (whack-a-mole)

## Fixes, in priority order
1. Consider ONE guarded general-query tool exposing the backend's native query language (see snapshot-free graphql_query) so long-tail intents need no new endpoints.

## The conventions to build to (what the router needs)
- **Param schemas on every tool/endpoint**: name, type, required-vs-optional, and a description per param. A router refuses to construct calls it cannot validate — schema-less endpoints are invisible.
- **Descriptions that carry user intent**: write what a USER would ask ('crypto spot price by symbol — price of ETH, BTC…'), never what the URL is. Include 2–3 example queries.
- **One guarded escape hatch instead of endless params**: if the backend has a native query language (GraphQL/SQL), expose ONE read-only general-query tool with strict guardrails (single read-only operation, allowlisted root fields, depth + page-size caps, response truncation) and a compact schema card in the tool description (root fields + useful filters + one example). Long-tail intents then need no new endpoints.
- **Declare user-identity params**: any param that should be the CALLER's own address (their votes, follows, balances, orders) must say so in its description ('the user's own wallet address') so routers can inject identity server-side instead of guessing.
- **Server-side joins for the headline intent**: if answering the #1 user question takes two chained calls (e.g. resolve follows → filter proposals), add one param that does the join server-side.
- **Build, don't execute**: anything signable returns an UNSIGNED payload (typed data / tx template) for the user's own wallet. Never hold keys, never sign, never submit on the user's behalf.
- **Free tiers still need rate limiting**: no payment gate means no natural throttle.

Start by reading the tool/endpoint definitions and their input schemas, then apply the fixes smallest-first. After each change, restate which failing check it clears.

Audit before you build: if a fix describes a capability the service ALREADY provides (e.g. an escape hatch or identity param that exists but the grader missed), do NOT duplicate it — say so, skip it, and note it back as a likely router-side scoring gap on Pantessa rather than an MCP deficiency. Only change what this service actually controls.

x402 endpoints

89
  • GET/13d-activist-watch$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Schedule 13D and 13G activist stake filings by ticker: every beneficial-ownership filing made about a US-listed issuer in the last 365 days, each validated against its own cover page so a company's outbound filings about OTHER companies are excluded. Returns 13D vs 13G counts, amendments, reporting-person names and EDGAR links. 13D is the schedule filed without a passive/qualified certification. Public-domain SEC EDGAR. $0.005 per call.

    1 parameter
    • tickerstringquery
  • GET/8k-material-events$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    8-K filings by ticker — the item-coded SEC material-event feed: every 8-K a US-listed company filed in 90 days, tagged with the SEC's own item codes and official titles (1.01 material agreement, 1.05 cybersecurity incident, 3.01 delisting notice, 5.02 officer change, 8.01 other). Returns event and filing dates separately, amendments labelled, EDGAR links. Earnings-only filings excluded and counted. Public-domain SEC EDGAR. $0.003 per call.

    1 parameter
    • tickerstringquery
  • GET/analyst-ratings$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Analyst consensus for a vendor-resolved equity: the latest buy/hold/sell distribution (strong buy · buy · hold · sell · strong sell counts, total, and a deterministic consensus label) plus up to six months of the same distribution so an agent can read the DRIFT — is the street moving toward or away from the name. Vendor counts (Finnhub), our label rule stated in the payload. No price targets and no per-analyst grade actions are served.

    1 parameter
    • tickerstringquery
  • GET/base-ecosystem-news$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Base-chain ecosystem news for Base-native agents, not the general crypto firehose. Up to 12 Base-scoped headlines from the last 48h, each with its own permalink and publication timestamp, screened against the general /crypto-news feed; `screen` states what was dropped. The AI topic read is optional and is withheld, never padded with macro, when there is no Base coverage. Refreshed hourly from cache; a read past the freshness window pulls inline.

  • GET/base-season$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Base social intelligence: a Base sentiment read + quality-screened Base tokens (CoinGecko-listed, market-cap/age/liquidity gated) catching attention, each labelled with the basis it stands on (`rankedBy`: measured trusted-KOL signal, or the on-chain screen plus engagement), with KOL quotes inside a published window (`evidenceWindowDays`). Served from a cached snapshot while fresh (≤1h) and regenerated on demand when a read finds it stale.

  • POST/bridge$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Cross-chain token bridging via LiFi aggregator. Move tokens between Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche, and Solana with best-route execution across all major bridges.

    5 parameters
    • amountnumberbody
    • fromChainIdnumberbody
    • fromSymbolstringbody
    • toChainIdnumberbody
    • toSymbolstringbody
  • GET/chain-status$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Base chain status from Otto's own RPC: the four heads an agent needs before it acts — latest (~2s soft), safe, L1-finalized and the pending Flashblocks preconfirmation head — with base fee (wei+gwei), congestion, block age and the finality lag between them. Makes the Base pending-vs-latest gap explicit. Flat JSON, refreshed every minute, honest staleness meta. Base chain status, block height, base fee, finality, chain health. $0.001 per call.

  • POST/close-position$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Close an open perpetual position on Hyperliquid (full or partial). Cancels all attached TP/SL trigger orders automatically.

    2 parameters
    • assetstringbody
    • partialClosePercentagenumberbody
  • GET/crypto-news$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.

  • GET/defi-analytics$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Where DeFi capital is flowing — TVL rankings, fastest-growing vs bleeding protocols, chain-by-chain breakdown, and per-protocol deep dives. Track capital rotation and protocol health. Powered by DefiLlama.

    1 parameter
    • protocolstringquery
  • GET/dividend-intel$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Cash-dividend intelligence for a vendor-resolved equity from licensed Tiingo end-of-day history: TTM dividend/share and yield against the latest close, latest dividend, split-adjusted complete-year growth, the last eight payments, split events, and a cut-detection checklist with explicit coverage. Payout ratio, forward ex-dates and declaration/record/payment dates are not served (not in the Tiingo feed). Cash values keep Tiingo payload units.

    1 parameter
    • tickerstringquery
  • GET/dns-lookup$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Resolve any domain in one call: A/AAAA, MX, NS, CNAME, SOA and TXT records, plus parsed email-auth posture — SPF policy, DMARC policy, and detected DKIM selectors. A drop-in nslookup/dig replacement for agents, resolved over DNS-over-HTTPS (DoH) with redundant resolvers and automatic failover. Keyless, pay-per-call, structured JSON.

    1 parameter
    • domainstringquery
  • GET/domain-age$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Domain age and registration intel from authoritative RDAP/WHOIS records: exact creation date, age in days and years, expiration date and days-until-expiry. The fast trust and risk signal agents use to vet a counterparty, link, or sender and to flag newly-registered or soon-to-expire domains. Returns structured JSON, keyless, pay-per-call. ccTLDs without RDAP return an uncharged 503.

    1 parameter
    • domainstringquery
  • GET/domain-report$0.02
    x402.ottoai.services

    at volume$28.80/day @ 1 call/min·$1,728/day @ 1 call/sec

    One call returns the full domain profile for vetting, deliverability, or phishing/fraud checks: live DNS (A/MX/NS + record counts), RDAP/WHOIS registration (registrar, domain age, expiry, status, DNSSEC) and email authentication (SPF, DMARC policy, detected DKIM selectors) — plus a one-line summary. Bundles three lookups into one hourly-fresh read. Keyless, license-clean, pay-per-call.

    1 parameter
    • domainstringquery
  • GET/earnings-calendar$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Earnings calendar and surprise history for a vendor-resolved equity: next report date/session with EPS and revenue estimates, latest reported EPS versus estimate, surprise percentage, and four-quarter history. Monetary estimates retain Finnhub payload units because the captured feed does not identify a currency. Event-window price drift is explicitly unavailable rather than inferred.

    1 parameter
    • tickerstringquery
  • GET/earnings-flash$0.05
    x402.ottoai.services

    at volume$72.00/day @ 1 call/min·$4,320/day @ 1 call/sec

    Agent-native earnings facts: when a company reports, get the numbers that move the stock — total & segment revenue, EPS and gross margin (GAAP and non-GAAP, always labeled), next-quarter guidance — each with its source line. Figures go live from the wire within minutes of the release; the SEC 8-K exhibit version supersedes them, and every response names its source document. Refuses honestly until the release is out; never advice.

    1 parameter
    • tickerstringquery
  • GET/equity-intel$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    SEC filings and company fundamentals by US-listed ticker: revenue, net income, YoY growth, margin, EPS, assets, liabilities, leverage and cash, plus recent 10-K, 10-Q and 8-K filing links and an AI analysis. SEC EDGAR source; missing issuer financials are disclosed. Fundamentals and filing research, not a stock-price feed.

    1 parameter
    • tickerstringquery
  • GET/equity-news$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Latest company news for a vendor-resolved equity: licensed Finnhub headlines from the trailing seven days with publication time, source, and summary. Only articles that name the company are served — labelled `primary` when the headline names it, `mentioned` when only the summary does — so a symbol-tagged story about another company never fills the list. Redirect URLs withheld; no sentiment is fabricated.

    1 parameter
    • tickerstringquery
  • GET/equity-smart-money$0.006
    x402.ottoai.services

    at volume$8.64/day @ 1 call/min·$518/day @ 1 call/sec

    Smart-money bundle for any US-listed company by ticker, in ONE call: SEC Form 4 insider activity (purchases vs sales — SEC codes P/S, net purchase-sale balance, who filed and their roles) PLUS trailing-twelve-month fundamentals (revenue + YoY, net income + YoY, diluted EPS) from XBRL filings. 4/A-amended insider windows withheld once detected (~1h lag): unpaid 503. Smart money, fundamentals. Public-domain SEC EDGAR. $0.006 per call.

    1 parameter
    • tickerstringquery
  • GET/equity-smart-money-brief$0.1
    x402.ottoai.services

    at volume$144/day @ 1 call/min·$8,640/day @ 1 call/sec

    Smart-money filing brief for US-listed companies by ticker: SEC Form 4 insider purchases vs sales with filer roles, Schedule 13D/13G beneficial-ownership filing events (subject-validated; not 13F), fundamentals with one-time-item flags (TTM where available), regime-aware filings cadence — ONE AI read of the filing record. Observed filings only; buy/sell advice rejected at generation. Public-domain SEC EDGAR + AI. $0.10 per call.

    1 parameter
    • tickerstringquery
  • POST/feedback$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Otto X402 Router — Feedback & Refunds. Rate a paid Router call by its payment tx_hash. An approved refund returns this $0.001 fee PLUS the refundable amount, only to the original payer, never above what you paid Otto.

  • GET/filtered-news$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    AI-filtered crypto news and Twitter search for non-token topics (airdrops, DeFi trends, etc). Max 2 words.

    1 parameter
    • topicstringquery
  • GET/financial-statements$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Full SEC financial statements for any US-listed company by ticker: income statement, balance sheet and cash flow, five periods deep, annual and quarterly. Every figure names its XBRL concept, its filing and date, and whether it was filed, derived from year-to-date figures or computed; restatements flagged with the earlier value; unreported cells explicit. Plus the filing index (10-K/10-Q/8-K, item codes). SEC EDGAR, public domain.

    1 parameter
    • tickerstringquery
  • GET/form-144-filings$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Form 144 filings by ticker — SEC notices of PROPOSED insider sales, filed BEFORE the Form 4 that reports the executed trade: who intends to sell, units, the filer's own market-value estimate, broker, approximate sale date and Rule 10b5-1 plan dates. The earliest public read on insider selling intent; a notice is not a completed trade and may never be executed. Latest 20 notices in a 90-day lookback. Public-domain SEC EDGAR. $0.005 per call.

    1 parameter
    • tickerstringquery
  • GET/form-4-feed$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Latest insider trades feed across ALL US-listed companies — the 20 most recent SEC Form 4 filings by acceptance time, not one ticker at a time: issuer ticker and name, filer and role, transaction code (P purchase / S sale / A award / M exercise / F tax), shares, price, value and shares held after, with EDGAR links. Refreshed every 15 minutes. Filings with no Table I rows are excluded and counted. Public-domain SEC EDGAR. $0.003 per call.

  • GET/funding-rates$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, open interest, global & top-trader long/short ratios, whale positions, and liquidations across Binance, OKX, Bybit, Hyperliquid, and more. Omit symbol for the whole-market overview; pass one (e.g. BTC) for the per-exchange breakdown. (Hyperliquid-only perp data: use hyperliquid-market.)

    1 parameter
    • symbolstringquery
  • GET/fx-rates$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Live + reference foreign-exchange (forex) rates, base USD. LIVE near-real-time mid quotes for the 12 most-traded currencies (EUR, GBP, JPY, CHF, CAD, AUD, NZD, CNY, HKD, SGD, SEK, KRW), refreshed every minute with an honest market-open/stale flag, PLUS the official ECB daily reference table for ~30 currencies. Derive any cross-rate or pair. For agents pricing cross-border ops, treasury, invoicing and FX conversion. Keyless, pay-per-call.

  • GET/gas-oracle$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Base gas oracle from Otto's own RPC: current base fee (wei+gwei), legacy gas price, and slow/standard/fast EIP-1559 priority-fee tiers (p25/p50/p90 over the last 20 blocks) with a ready-to-sign maxFeePerGas per tier. Unlike the crowded gas shelf it PUBLISHES the formula, so every tier is reproducible from the response. Flat JSON, refreshed every minute. Base gas oracle, gas price, priority fee, EIP-1559, maxFeePerGas. $0.001 per call.

  • POST/generate-meme$0.15
    x402.ottoai.services

    at volume$216/day @ 1 call/min·$12,960/day @ 1 call/sec

    Meme generator + professional AI image generation via fal.ai. model: gpt-image-2 (default) | nano-banana-pro; anything else -> 400. Flat $0.15 per image. Supports image editing via public image URL.

    3 parameters
    • aspect_ratiostringbody
    • modelstringbody
    • promptstringbody
  • POST/hl-deposit-withdraw$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Deposit or withdraw USDC to/from Hyperliquid via Arbitrum. Intelligent routing: checks Arbitrum Safe first, auto-bridges from Base if needed, falls back to Butler wallet.

    2 parameters
    • actionstringbody
    • amountnumberbody
  • GET/hl-transaction-history$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Hyperliquid perpetual trading history: fills, funding payments, and realized PnL per position.

    1 parameter
    • addressstringquery
  • GET/holder-analytics$0.03
    x402.ottoai.services

    at volume$43.20/day @ 1 call/min·$2,592/day @ 1 call/sec

    Full holder analytics for any Base ERC-20: total holders with 24h/3d/7d/30d holder-change momentum, whale-tier distribution, acquisition mix (swap vs transfer vs airdrop), top-10/25/50/100 supply share, labeled top holders with concentration (top1/5/10/20% + contract-held%) and an AI concentration-risk read. Bag check, holder analytics, holder concentration, whale distribution. $0.03 per call.

    1 parameter
    • tokenstringquery
  • GET/hyperliquid-account$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Hyperliquid perpetual trading account snapshot with open positions, margin, collateral, and active trigger orders (TP/SL/limit).

    1 parameter
    • addressstringquery
  • GET/hyperliquid-market$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Hyperliquid perpetuals market data: live mark/oracle price, funding rate, open interest, max leverage, and size specs for any tradable asset.

    1 parameter
    • assetstringquery
  • GET/insider-trades$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    SEC Form 4 insider trades for any US-listed company by ticker: who bought and sold (officer/director/10% owner), purchase vs sale counts and dollar values (SEC codes P/S: open-market or private), net purchase-sale balance, shares held after, filing links — hourly snapshot; 4/A-amended windows withheld once detected (~1h lag): unpaid 503. Insider trading data, insider buys, smart money. Public-domain SEC EDGAR. $0.003 per call.

    1 parameter
    • tickerstringquery
  • GET/institutional-holdings$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    13F holdings for any SEC-filing manager (hedge funds, asset managers) by CIK or manager ticker: latest 13F top 20 positions, amendments applied (hourly snapshot, ~1h correction lag): issuer, CUSIP, value in whole USD, share/principal amount (SH/PRN), put/call flag, reported value, position count. Whale tracking from the primary source. 13F holdings, hedge fund positions, institutional ownership. Public-domain SEC EDGAR. $0.003 per call.

    1 parameter
    • managerstringquery
  • GET/kol-sentiment$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Premium alpha from top 50 crypto KOLs. Real trading signals, trending token picks, and sentiment from influencers who move markets.

  • POST/llm-research$0.1
    x402.ottoai.services

    at volume$144/day @ 1 call/min·$8,640/day @ 1 call/sec

    Instant AI research on any topic powered by Gemini 3.5 Flash with live Google Search grounding — answers come with cited sources. Ask about science, tech, crypto, history, or anything else. Can analyze images and summarize webpages from URLs. Max 180 character prompts. $0.10 per query.

    1 parameter
    • promptstringbody
  • GET/macro-regime$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Daily US macro-regime snapshot from licensed Alpha Vantage series: 10-year Treasury yield, effective federal funds rate, three-month rate changes, CPI index and YoY inflation, plus a mechanical rates-direction/inflation-direction label with disclosed thresholds. Three upstream calls per daily refresh; scanner context only.

  • GET/market-risk$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Is anything breaking right now? Composite crypto market-stress digest: a 0-100 score (low/moderate/elevated/high) blended from GLOBAL USD-stablecoin depeg health (DefiLlama) and BASE on-chain DEX exit-liquidity, with a per-leg breakdown and an AI risk line. Covers stablecoin systemic risk + Base liquidity microstructure (NOT derivatives or sentiment). Both legs required. A read older than an hour regenerates inline. $0.002 per call.

  • GET/mega-report$0.05
    x402.ottoai.services

    at volume$72.00/day @ 1 call/min·$4,320/day @ 1 call/sec

    Alpha & Intel Report — daily crypto market intelligence: headlines, Twitter sentiment, KOL alpha, trending altcoins, and yield opportunities in one report.

  • POST/meta-intelligence$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Otto X402 Router — Meta Intelligence. Ask what data/service you need; get the best Otto-verified plus live CDP Bazaar x402 candidates with prices, pay_urls and blunt source labels. Non-custodial discovery.

  • POST/modify-hl-order$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Add, modify, or cancel TP/SL trigger orders and limit orders on Hyperliquid. Can attach TP/SL to an existing position or change the trigger price of active orders.

    3 parameters
    • actionstringbody
    • assetstringbody
    • triggerPricenumberbody
  • GET/news-recaps$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    A tight 4-6 sentence crypto market recap an agent can ingest whole — direction and why, the 2-3 developments that matter, anything notable on the top-10 board — plus the ranked stories as typed fields: stories[] (rank, title, whyItMatters, url, publishedAt, source; linked by exact title, null when unmatched). Distilled from the Otto news engine; served while fresh, refreshed on demand.

  • GET/pm-crypto$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Crypto prediction markets on Polymarket: the highest-volume open BTC, ETH and crypto markets with live odds (outcome probabilities), best bid/ask, spread, 24h + total volume, liquidity, price change and end date. "Bitcoin above X", price targets, ETF and protocol events — what the prediction market ACTUALLY prices in, as flat JSON refreshed every 5 minutes. Crypto odds, Bitcoin prediction market, ETH probability. $0.001 per call.

  • GET/pm-markets$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Top Polymarket prediction markets RIGHT NOW: the 25 highest-volume open markets with live odds (outcome probabilities), best bid/ask, spread, last trade price, 24h + total volume, liquidity, 1d/7d price change, end date and event link. Flat JSON, refreshed every 5 minutes. Prediction market odds, Polymarket data, event probabilities, market sentiment. $0.001 per call.

  • GET/pm-movers$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Polymarket movers RIGHT NOW: the 20 biggest 24h odds moves across active prediction markets, ranked by move size, each with direction, the raw 1d and 7d change, live odds, best bid/ask, spread, volume, liquidity and the event link. A tradability floor keeps dead-market swings out. Flat JSON, refreshed every 5 minutes. Polymarket odds movers, biggest prediction-market moves, event probability shifts, market momentum. $0.002 per call.

  • GET/pm-search$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Search Polymarket prediction markets by free text: elections, Fed rates, crypto prices, sports, geopolitics, AI. Returns the top matching open markets with live odds (outcome probabilities), best bid/ask, spread, volume, liquidity, end date and event link as flat JSON. Prediction market search, event odds lookup, "what are the odds of X". $0.001 per call — 5x cheaper than comparable PM search.

    1 parameter
    • querystringquery
  • GET/pools-search$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Search DEX pools across Base, Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism and Avalanche by token symbol, name, or contract address. Returns pool address, DEX, price USD, 24h volume, liquidity (TVL), FDV, 24h price change and 24h txns as flat JSON numbers — no nested joins. Pool search, pool finder, DEX pools, liquidity pools, onchain pool lookup. $0.001 per call.

    1 parameter
    • querystringquery
  • GET/pools-trending$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Trending DEX pools right now — Base, Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism, Avalanche, or network=all for cross-chain across those same 8. Top 10 hottest pools ranked by GeckoTerminal 24h trending: pool address, DEX, price USD, 24h price change, 24h volume, liquidity (TVL), FDV, 24h txns as flat JSON numbers. Trending pools, hot pools, top movers, momentum screener, what is pumping. $0.001 per call.

    1 parameter
    • networkstringquery
  • GET/portfolio$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Multi-chain portfolio snapshot with token balances and yield positions for a user's Otto AI Safe accounts across Base, Ethereum, Arbitrum, Polygon, BSC, Avalanche, and Solana.

    1 parameter
    • userIdstringquery
  • GET/protocol-revenue-leaders$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Which protocols earn the most — and who is accelerating? Top 30 DeFi protocols by 24h fees, each with revenue, take-rate (the cut the protocol keeps vs fees users pay), 7d/30d trend and category, plus total DeFi fees & revenue. A fundamentals screen (fee/revenue economics), distinct from TVL. Sourced from DefiLlama (public). Cached while fresh (DefiLlama fees are daily aggregates), regenerated on demand when stale.

  • GET/rh-season$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Robinhood Chain memecoin intelligence: rug-screened RH Chain (4663) movers. Hard liquidity + wash-volume gates filter $0-liquidity honeypots faking $1M volumes; survivors carry rug-risk flags (thin liquidity, vol/liquidity anomaly, pool age, CoinGecko listing) plus trusted-KOL mentions with verbatim quotes and a synthesized RH sentiment read. Served from a cached snapshot while fresh (≤1h) and regenerated on demand when a read finds it stale.

  • GET/stablecoin-watch$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Is USDC/USDT/DAI holding its $1 peg, and is stablecoin supply growing or shrinking (risk-on vs risk-off)? Live peg deviation (bps), circulating supply + 1d/7d/30d flow, market dominance and chain spread for the top 30 USD stablecoins, plus downside depeg alerts for any coin trading >0.5% below peg. Sourced from DefiLlama (public). Served from a cached snapshot while fresh (≤1h) and regenerated on demand when a read finds it stale.

  • GET/stock-pools$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Find the DEX pools a tokenized US stock is a member of, on Robinhood Chain, Base, BNB Chain or Solana. Returns pool id (v4 ids kept distinct from v3 addresses), DEX, the side the stock is on, the counterpart with an evidence-backed class, reported USD liquidity, 24h volume and pool age. Membership discovery only: a provider-covered read, not a census; no APR, no execution; a return is the stock's only where it is the base token. $0.001 per call.

    1 parameter
    • stockstringquery
  • GET/supported-tokens$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Search supported ERC-20 tokens by symbol or address across 6 chains (Base, Ethereum, Arbitrum, Polygon, BSC, Avalanche). 5000+ tokens from CoinGecko. Use before swap/bridge to disambiguate tokens.

    2 parameters
    • chainIdstringquery
    • searchstringquery
  • POST/swap$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Execute instant same-chain ERC-20 swaps via Odos DEX aggregator. Supports Base, Ethereum, Polygon, BSC, Arbitrum, Avalanche, and Solana. Best-route execution across dozens of DEXes and liquidity sources.

    4 parameters
    • amountnumberbody
    • chainIdnumberbody
    • fromSymbolstringbody
    • toSymbolstringbody
  • GET/technical-signals$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Daily technical snapshot for a vendor-resolved equity from licensed Tiingo adjusted closes: Wilder RSI-14, 20-session momentum, SMA-20/SMA-50, price distance from each average, above/below/mixed trend state, and the latest observed golden/death cross. Price and averages retain Tiingo payload units because the captured feed does not identify a currency.

    1 parameter
    • tickerstringquery
  • GET/token-alpha$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Premium token intelligence: price metrics, news, Twitter sentiment, and futures data. Find out why your token is moving.

    1 parameter
    • symbolstringquery
  • GET/token-details$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Token price, market cap, volume, supply, and basic metrics. Works for any listed token.

    1 parameter
    • symbolstringquery
  • GET/token-fundamentals$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Structured token fundamentals by ticker symbol (resolves to the top-market-cap asset matching it): price, market cap, FDV, rank, 24h volume, full supply breakdown (circulating/total/max), ATH + drawdown from ATH, ATL + recovery, ROI windows (24h/7d/30d/60d/1y), categories, and project links — clean JSON an agent can consume field-by-field. Fundamentals snapshot, not a streaming price feed.

    1 parameter
    • symbolstringquery
  • GET/token-price$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Live DEX token price in USD by ticker symbol or contract address across Base, Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism and Avalanche (bare 0x tries Base then all chains, else network:address). Symbols resolve to the canonical top-market-cap asset — squat-proof. Flat JSON: price, 24h change, volume, market cap, FDV, liquidity — echoes the matched deployment. Token price, crypto price, DEX price. $0.001 per call.

    1 parameter
    • tokenstringquery
  • GET/token-score$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Token score by contract address — one 0-100 composite of a Base token market structure from seven weighted factors: USD liquidity, holder concentration, holder count, 24h volume, market age, pool breadth and price stability. Every sub-score, weight, raw input, source plane and read time comes back with the number, plus the full breakpoint curve, so the score can be recomputed from the response. A factor whose data plane is unavailable is reporte…

    1 parameter
    • tokenstringquery
  • GET/token-security$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Token security scanner — is this token safe to buy? Honeypot, rug-pull, and scam detection for any token contract — flags can't-sell traps, hidden mints, malicious buy/sell taxes, and holder concentration. Powered by GoPlus across 8 chains.

    2 parameters
    • addressstringquery
    • chainstringquery
  • GET/token-top-holders$0.02
    x402.ottoai.services

    at volume$28.80/day @ 1 call/min·$1,728/day @ 1 call/sec

    Top holders for any Base ERC-20 (via Moralis), with computed concentration (top1/5/10/20% + contract-held%) and optional whale-risk read. Curated hot set refreshed hourly; long-tail tokens write-through on first call.

    1 parameter
    • tokenstringquery
  • GET/tokenized-equities$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Live registry of tokenized US equities & ETFs on Robinhood Chain (4663): symbol, pin-verified token address, decimals, routability, the EXECUTABLE buy price per token ($100 at route min output) vs the catalog reference price + deviation. Not a data-coverage claim. Informational only. Hourly.

    1 parameter
    • thesisstringquery
  • GET/tokenized-stock-movers$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Day movers for tokenized US stocks on TWO rails in one call: Robinhood Chain (chainId 4663, ~95 names) and Base B20 (13 Coinbase-issued tokens, keyed by token address). Gainers and losers by REAL day-over-day change of the UNDERLYING stock vs the prior NYSE session close (Finnhub quotes), with per-rail coverage counts and named exclusions. Off-hours values freeze; a tokenized share can trade at a premium/discount. Refreshed every 15 minutes.

  • POST/trade-perpetuals$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Open leveraged perpetual positions on Hyperliquid with optional native TP/SL trigger orders. Min notional $10. Max leverage varies by asset (BTC 40x, ETH 25x, SOL 20x). Supports BTC, ETH, SOL, and 100+ other markets.

    6 parameters
    • assetstringbody
    • leveragenumberbody
    • sidestringbody
    • sizenumberbody
    • stopLossobjectbody
    • takeProfitobjectbody
  • GET/tradfi-data$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    TradFi macro intelligence: indices, VIX, DXY, treasury yields, commodities, and individual stock quotes with moving average context.

    1 parameter
    • symbolstringquery
  • GET/transaction-history$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Trade and transaction history for a user's Otto AI Safe account — swaps, bridges, deposits, withdrawals with timestamps and explorer links.

    1 parameter
    • userIdstringquery
  • GET/trending-altcoins$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Top 3 hottest altcoins traders may want to ape into, based on news and Twitter analysis. DYOR.

  • GET/tweet-search$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Search X/Twitter for any query and get the actual matching tweets — keyword, $CASHTAG, from:handle (a user timeline), @handle (mentions), or boolean OR. Each tweet returns author, full text (long-form note tweets included), timestamp, likes and retweets (reply/quote counts when available). Most-recent-first for real-time monitoring and alerting. Live X search backend, pay-per-call USDC, structured JSON.

    1 parameter
    • querystringquery
  • GET/twitter-summary$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Quick pulse check from crypto Twitter. Breaking news, trending narratives, and sentiment shifts at a glance.

  • POST/tx-explainer$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Decode and explain any EVM blockchain transaction across 11 chains (Base, Ethereum, Arbitrum, Optimism, Avalanche, Polygon, Mantle, Monad, Plasma, BSC, Hyperliquid). Get a human-readable summary of swaps, transfers, approvals, DeFi interactions, and more.

    3 parameters
    • chainstringbody
    • outputLevelstringbody
    • txHashstringbody
  • POST/video-gen$1.75
    x402.ottoai.services

    at volume$2,520/day @ 1 call/min·$151,200/day @ 1 call/sec

    AI video generation via fal.ai — default model: ByteDance Seedance 2.0. Alternatives: fal-ai/sora-2/text-to-video, fal-ai/veo3.1. Dynamic pricing per request: at-cost fal.ai rate + 15% margin (floor $0.05); the advertised price is the Seedance 5s reference quote — the actual quote is returned per request. Supports text-to-video and image-to-video.

    4 parameters
    • aspect_ratiostringquery
    • durationnumberquery
    • modelstringquery
    • promptstringquery
  • GET/wallet-holdings$0.02
    x402.ottoai.services

    at volume$28.80/day @ 1 call/min·$1,728/day @ 1 call/sec

    Base wallet portfolio breakdown: up to 100 token positions with live USD price and value, portfolio percentage, 24h price change — native ETH included, spam filtered, top 50 returned; truncated:true means the wallet exceeds the 100-position fetched page (totals null then). Plus total value, top-position concentration and an AI bagcheck read. Wallet holdings, wallet portfolio, wallet balance, bagcheck. $0.02 per call.

    1 parameter
    • walletstringquery
  • GET/weather$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Live weather for any city or lat/lon worldwide. Returns current conditions — temperature, feels-like, humidity, wind and sky — plus a 5-day forecast with daily highs/lows and precipitation probability. City names auto-geocode (no coordinates needed). Refreshed hourly with transparent freshness metadata. Keyless, pay-per-call, agent-ready JSON.

    1 parameter
    • locationstringquery
  • GET/web-answer$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Quick web answer with citations (Exa upstream): ask one factual or current question and get a concise synthesized answer plus source URLs and publication dates. Optimized for fast lookups and agent loops; use /llm-research for a deeper multi-section research report, reasoning, image analysis, or webpage summarization. Keyless, pay-per-call, cached by query.

    1 parameter
    • querystringquery
  • GET/web-extract$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Turn any URL into clean, LLM-ready markdown — the main article extracted, nav/ads/boilerplate stripped, plus title, description and publish date. Renders JavaScript pages, articles, docs and PDFs. A keyless, pay-per-call web reader for agents that read the web on demand: RAG ingestion, research and summarization. Structured JSON, cached by URL for fast repeat reads.

    1 parameter
    • urlstringquery
  • GET/web-json-extract$0.005
    x402.ottoai.services

    at volume$7.20/day @ 1 call/min·$432/day @ 1 call/sec

    Turn any URL into clean structured JSON for AI agents and RAG. An LLM reads the fully rendered page (JavaScript executed, SPAs included) and returns its title, a 1-2 sentence summary, key entities (people, orgs, products), and any prices, dates or notable numbers — even on pages with no schema.org or JSON-LD markup, no CSS selectors or schema to write. Just pass a URL. Keyless, pay-per-call.

    1 parameter
    • urlstringquery
  • GET/web-links$0.003
    x402.ottoai.services

    at volume$4.32/day @ 1 call/min·$259/day @ 1 call/sec

    Extract all links (hrefs) from any web page as structured JSON — every internal, external and anchor link, deduplicated, returned with a total count. Renders the page in a real headless browser, so it captures links injected after JavaScript runs that fetch-only scrapers miss. For crawling, sitemap building, link audits and site-structure mapping. Keyless, pay-per-call.

    1 parameter
    • urlstringquery
  • GET/web-search$0.009
    x402.ottoai.services

    at volume$12.96/day @ 1 call/min·$778/day @ 1 call/sec

    Web search for AI agents, powered by Exa neural search: pass a query and receive relevant pages with title, URL, published date, author, relevance score and a text snippet as structured JSON. Pair with /web-extract for full-page content. For RAG retrieval, research, fact-finding and monitoring. Keyless, pay-per-call, cached by query. No matches returns an empty result set.

    1 parameter
    • querystringquery
  • GET/whois-lookup$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Registration data for any domain, straight from authoritative RDAP registries (the structured WHOIS successor): registrar, ICANN/EPP domain status codes, creation, last-updated and expiration dates, authoritative nameservers, and DNSSEC delegation. The fast, license-clean way for an agent to vet a domain, sender, or counterparty. Keyless, structured JSON, pay-per-call.

    1 parameter
    • domainstringquery
  • POST/withdraw$0.01
    x402.ottoai.services

    at volume$14.40/day @ 1 call/min·$864/day @ 1 call/sec

    Withdraw tokens from a user's Otto AI Safe to any EOA. Supports 7 chains (Base, Polygon, Arbitrum, Ethereum, BSC, Avalanche, Solana). Non-Base chains require an explicit EOA recipient.

    3 parameters
    • amountnumberbody
    • chainIdnumberbody
    • tokenSymbolstringbody
  • GET/yield-alpha$0.002
    x402.ottoai.services

    at volume$2.88/day @ 1 call/min·$173/day @ 1 call/sec

    Best DeFi yield opportunities across stablecoins, ETH, and BTC with risk ratings and APY comparisons.

  • GET/yield-farming-active$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Active yield farming positions for a user across Aave V3 and Morpho on all supported chains, with live APY and accrued interest.

    1 parameter
    • userAddressstringquery
  • GET/yield-farming-historical$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Historical (closed) yield farming positions for a user across all protocols and chains, with realized yield and exit timestamps.

    1 parameter
    • userAddressstringquery
  • GET/yield-markets$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    DeFi yield farming markets with live APYs across Aave V3 and Morpho on Base, Ethereum, and other major chains. Find the best stablecoin yield (USDC) and ETH yield for idle capital: returns supply APY, TVL, and vault/market addresses per token, filterable by protocol, chain, or token symbol. Compare DeFi yield rates across lending markets and vaults before depositing.

  • GET/yield-recommendations$0.001
    x402.ottoai.services

    at volume$1.44/day @ 1 call/min·$86.40/day @ 1 call/sec

    Best-available stablecoin yield deposit options: the highest-APY lending venue per stablecoin (USDC / USDT / DAI …), read directly on-chain from Aave / Morpho / Compound across supported chains, with APY basis, liquidity profile, reward-completeness and TVL. Returns the best available options (not yet personalized to a specific wallet's holdings).