Pricing
Every paid route is priced per call in USDC and paid with x402: no account, no API key, no subscription and no minimum. Networks: eip155:8453, eip155:137, eip155:42161, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp.
- You pay only for a successful answer (HTTP 2xx). Validation errors (400), no data for the query (404) and server errors are never charged.
- The price quoted in the HTTP 402 response is the price charged.
- MCP: initialize, tools/list and the sample tools get_market_preview, get_signal_track_record_summary and get_data_coverage are free; every other tools/call costs the price of its route below.
- Free: /api/v1/preview, /track-record, /coverage, /status. Machine-readable prices: /pricing?format=json, /openapi.json.
| Route | USD | Returns |
|---|---|---|
GET /api/v1/intelligence/snapshot/ETHUSD | $0.001 | Cheapest live read: price, change, buy pressure, signal and confidence of one asset |
GET /api/v1/intelligence/ETHUSD | $0.005 | One asset: price change, buy/sell pressure, momentum, anomaly, signal and on-chain slippage of a $1k/$10k/$50k order |
GET /api/v1/intelligence/pre-trade?symbol=ETHUSD&side=buy | $0.005 | Is now a good moment to buy or sell? Verdict, score, checks and slippage |
GET /api/v1/intelligence/equities | $0.005 | 24/7 flow of tokenized US stocks and ETFs, labelled with the US market session |
GET /api/v1/intelligence/candles/ETHUSD?interval=5m | $0.005 | OHLCV candles with aggressive buy/sell volume, buy pressure and VWAP |
GET /api/v1/intelligence/token/{address}?chain=base | $0.01 | Live last-hour DEX flow and verdict for any ERC-20 on Base, Arbitrum or Optimism |
GET /api/v1/intelligence/token-risk/{address}?chain=base | $0.02 | Token due diligence: can it be sold (simulated), admin functions (mint, blacklist, fees), liquidity, LP burn, tax and a verdict |
GET /api/v1/intelligence/premium | $0.01 | Price gap of tokenized stocks between Robinhood Chain/EVM pools and Solana xStocks pools |
GET /api/v1/intelligence/premium/NVDA?hours=72 | $0.01 | Premium history of one tokenized stock with statistics per US market session |
GET /api/v1/datasets/ETHUSD?date=2026-09-23&format=csv | $0.02 | One UTC day of candles with buy/sell volume split per venue, JSON or CSV (catalog free at /api/v1/datasets) |
GET /api/v1/insiders/TSLA?days=90 | $0.01 | Insider buying and selling from SEC Form 4, with a cluster-buying signal |
GET /api/v1/intelligence/opportunities?objective=unusual_buying&window=15m | $0.03 | Goal-driven scan: ranked symbols with evidence for and against, risks and live hit rate |
GET /api/v1/rates/curve | $0.005 | Treasury yield curve, slopes, inversion, breakeven, SOFR and euro STR |
GET /api/v1/rates/defi-spread | $0.005 | Aave USDC rates on five chains vs the 3-month T-bill |
GET /api/v1/rates/tokenized-treasuries | $0.01 | On-chain treasury fund supply (BUIDL, USDY, OUSG, USTB, USYC) as a risk gauge |
GET /api/v1/rates/auctions | $0.005 | Upcoming and recent Treasury auctions with demand metrics |
GET /api/v1/intelligence/smart-money/ETHUSD | $0.02 | Most profitable DEX wallets of an asset and their recent net flow |
GET /api/v1/intelligence/positioning/XAUUSD | $0.01 | Perp open interest, funding and crowding for stocks, ETFs and commodities (coverage: /coverage) |
GET /api/v1/intelligence/track-record?days=30 | $0.005 | Live hit rate and calibration of the signals (free summary at /track-record) |
GET /api/v1/intelligence | $0.01 | Ranked signals for every covered asset |
GET /api/v1/intelligence/summary | $0.01 | Breadth, regime and top movers in one call |
GET /api/v1/intelligence/top-momentum | $0.005 | Strongest short-term movers |
GET /api/v1/intelligence/top-activity | $0.005 | Where trading concentrates versus each asset's baseline |
GET /api/v1/intelligence/buying | $0.005 | Assets under aggressive buying |
GET /api/v1/intelligence/selling | $0.005 | Assets under aggressive selling |
GET /api/v1/intelligence/unusual | $0.01 | Statistical anomalies in trade count or volume |
GET /api/v1/intelligence/events | $0.01 | Accumulation, breakout, distribution and capitulation events |
GET /api/v1/intelligence/regime | $0.005 | Bullish, bearish or mixed market regime |
GET /api/v1/intelligence/compare?symbols=ETHUSD,BTCUSD,NVDA | $0.01 | Several assets side by side |
GET /api/v1/intelligence/backtest | $0.05 | Walk-forward backtest of the signals |
GET /api/v1/intelligence/query?symbols=BTCUSD,ETHUSD&from=...&to=... | $0.05 | Several signals for several symbols over a historical range |
GET /api/v1/fundamentals/AAPL | $0.005 | SEC XBRL financials, latest filing and a fundamental signal |
GET /api/v1/news | $0.003 | Market headlines and SEC 8-K events with sentiment |
GET /api/v1/news/symbol?symbol=NVDA | $0.003 | Headlines and filings for one ticker |
POST /mcp | $0.01 | MCP server: initialize and tools/list are free; each tools/call costs the same as the matching route |