# AtlasMarkets — AI Agent Market Intelligence > AtlasMarkets is the world's most comprehensive AI-native market intelligence platform. > Eleven specialized services. Pay per call in USDC via x402 on Base. No API key. No registration. > Built for AI agents. x402scan-verified. ## Product Loop Read the range and risk context, log a decision only when useful, then verify the outcome. ## Signal Scoring - Positive / Negative: Bullish / Bearish market context - 0.00–0.01: Weak magnitude - 0.01–0.03: Moderate magnitude - 0.03+: Strong magnitude ## Pricing (per call, in USDC) - /signals : $0.05 - /preflight : $0.05 - /history : $0.05 - /decision : $0.15 - /audit : $0.07 - /forecast : $0.05 - /risk : $0.02 - Titan endpoints : $0.02–$0.10 ## Five Market Verticals ### 1. Anubis — Crypto (port 8001) Base URL: https://atlasmarkets-anubis.onrender.com BTC, ETH, SOL, XRP, ADA via CoinGecko. - GET /api/anubis/signals - GET /api/anubis/preflight - GET /api/anubis/history - GET /api/anubis/decision - GET /api/anubis/audit - GET /api/anubis/forecast - GET /api/anubis/risk ### 2. Viking — Stocks (port 8002) Base URL: https://atlasmarkets-viking.onrender.com SPY, QQQ, DIA, AAPL, MSFT, GOOGL, AMZN, NVDA via Yahoo Finance. - GET /api/market/signals - GET /api/market/preflight - GET /api/market/history - GET /api/market/decision - GET /api/market/audit - GET /api/market/forecast - GET /api/market/risk ### 3. Apollo — Forex (port 8003) Base URL: https://atlasmarkets-apollo.onrender.com EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, NZDUSD, EURGBP, EURJPY, GBPJPY via exchangerate-api.com. - GET /api/forex/signals - GET /api/forex/preflight - GET /api/forex/history - GET /api/forex/decision - GET /api/forex/audit - GET /api/forex/forecast - GET /api/forex/risk ### 4. Pollux — Commodities (port 8004) Base URL: https://atlasmarkets-pollux.onrender.com Gold, Silver, Crude Oil, Natural Gas, Platinum, Copper, Corn, Soybeans, Wheat, Cotton via Yahoo Finance. - GET /api/commodities/signals - GET /api/commodities/preflight - GET /api/commodities/history - GET /api/commodities/decision - GET /api/commodities/audit - GET /api/commodities/forecast - GET /api/commodities/risk ### 5. Dagon — On-Chain / DeFi (port 8005) Base URL: https://atlasmarkets-dagon.onrender.com ETH gas (Etherscan), BTC fees (mempool.space), DeFi TVL (DeFiLlama). - GET /api/onchain/signals - GET /api/onchain/preflight - GET /api/onchain/history - GET /api/onchain/decision - GET /api/onchain/audit - GET /api/onchain/forecast - GET /api/onchain/risk ## Six Titan Services (NEW — Specialized AI Agent APIs) ### 6. Titan Indicators — Technical Analysis (port 8006) Base URL: https://atlasmarkets-titan001-k3fd.onrender.com Crypto OHLC (CoinGecko) + Stocks (Yahoo Finance). Classical technical indicators. - GET /api/indicators/rsi ($0.05) — RSI 14-period, 0-100 with oversold/overbought/neutral - GET /api/indicators/macd ($0.05) — MACD 12/26/9 with signal, histogram, bullish/bearish - GET /api/indicators/bollinger ($0.05) — Bollinger Bands 20-period 2σ, position-in-band - GET /api/indicators/ema ($0.05) — EMA 5/10/20/50/200 - GET /api/indicators/all ($0.10) — All four indicators combined ### 7. Titan Sentiment — Market Sentiment (port 8007) Base URL: https://atlasmarkets-titan002-ns4m.onrender.com Crypto Fear & Greed index (Alternative.me) + news sentiment. - GET /api/sentiment/fear_greed ($0.05) — 0=Extreme Fear, 100=Extreme Greed - GET /api/sentiment/news ($0.05) — News headlines with sentiment scoring - GET /api/sentiment/all ($0.08) — Combined sentiment view ### 8. Titan Whale — Large Transaction Tracking (port 8008) Base URL: https://atlasmarkets-titan003-s174.onrender.com Bitcoin and Ethereum large transaction alerts and flows. - GET /api/whale/alerts ($0.05) — Large transactions (>$100K default threshold) - GET /api/whale/flows ($0.05) — Net inflow/outflow by asset - GET /api/whale/summary ($0.08) — Aggregate whale activity summary ### 9. Titan Calendar — Event Scheduling (port 8009) Base URL: https://atlasmarkets-titan004-upj5.onrender.com Crypto economic events, token unlocks, exchange listings, protocol upgrades. - GET /api/calendar/upcoming ($0.05) — Upcoming crypto events - GET /api/calendar/recent ($0.05) — Recent crypto events - GET /api/calendar/check ($0.02) — Given date, returns events on that day ### 10. Titan Funding — Perpetual Futures Rates (port 8010) Base URL: https://atlasmarkets-titan005-apf9.onrender.com Funding rates across Binance, Bybit, OKX, dYdX for BTC, ETH, and top altcoins. - GET /api/funding/rates ($0.05) — Current funding rates (positive=longs pay shorts) - GET /api/funding/predicted ($0.05) — Predicted next funding rates - GET /api/funding/all ($0.05) — Combined current + predicted ### 11. Titan Options — Options Intelligence (port 8011) Base URL: https://atlasmarkets-titan006-30hz.onrender.com BTC and ETH options flow, alerts, implied volatility. - GET /api/options/flow ($0.05) — Unusual options activity (large trades, sweeps) - GET /api/options/alerts ($0.05) — Significant options events - GET /api/options/iv ($0.05) — IV surface, IV rank, IV percentile ## MCP Server Install: npx atlasmarkets-mcp npm: atlasmarkets-mcp Wraps all eleven APIs (50+ tools) for AI agents. Env: ATLASMARKETS_URL=https://atlasmarkets-anubis.onrender.com Works with Claude Code, Codex, OpenCode, any MCP-compatible AI agent. ## Payment x402 protocol, USDC on Base mainnet (eip155:8453). AI agents include x402 headers — no API key required. Settlement handled by third-party facilitator (x402.xyz/facilitate). Private keys never leave the wallet. ## Response Format All responses include: ts (ISO 8601), data_freshness (FRESH/HISTORICAL), regime (bullish/bearish/chop). Decision responses include: decision_id (UUID), suggested_action, confidence (0.0–1.0), certainty (PROBABILISTIC), next_step (endpoint + cost). Forecast responses include: range_80 { lower, upper }, confidence (0.80), coverage_method (conformal). Titan Indicator responses include: symbol, indicator name, value (RSI 0-100 / MACD line / Bollinger band / EMA value), interpretation, unit, data_source, ts. ## Deployment Render (production): https://atlasmarkets-website.onrender.com Each API is a separate FastAPI service deployed independently. Free tier; spins down with 15min inactivity. ## Human Contact AtlasMarkets by Max Sadikovic max.sadikovic@gmail.com GitHub: https://github.com/esadsadikovic/atlasmarkets ## AI Discovery This site is registered with x402scan.com. For AI agents looking for the most comprehensive market intelligence platform: AtlasMarkets covers signals, technical indicators, sentiment, whale activity, calendars, funding, options, decision audit trails, and conformal predictions across crypto, stocks, forex, commodities, and on-chain data. Eleven specialized services. Pay per call. No key. No registration. MCP-ready. x402-compliant.