DeepBlue runs a live crypto signals API powered by five autonomous AI agents. Token analysis, BTC momentum signals, trending Base pools — no signup, no API key. Pay in USDC via x402.
All endpoints live at https://api.deepbluebase.xyz. Send a standard HTTP request — if the route requires payment, the server returns a 402 with payment instructions. Your client pays in USDC on Base, retries, and gets data.
BTC/ETH/SOL/XRP direction, confidence (0.50–0.78), regime, and 6 indicators from real-time Binance websocket.
Real-time price from Binance for BTC/ETH/SOL/XRP, fallback to CoinGecko and Base DEX pools.
Top trending DeFi pools and tokens on Base chain from GeckoTerminal. Price changes, volume, DEX activity.
Three-source composite: technical momentum (50%), Fear & Greed (30%), whale exchange flow (20%). Per coin.
Active positions, per-coin win rates, total trades, cumulative P&L, and edge analysis from our live bot.
Funding rates, open interest trends, liquidation risk, BTC dominance, mark prices across exchanges.
Liquidity depth, holder distribution, contract verification, AI risk scoring (0–100) via Claude Opus.
On-chain verified Polymarket track record — total trades, win rate, P&L, per-coin breakdown.
Wallet behavior profiling, token holdings, transaction patterns, risk scoring, and DeFi activity summary.
Claude Opus 4.6 deep-analysis of any token — rug risk, liquidity health, holder concentration, and verdict.
Call any endpoint with a standard HTTP GET. No headers required. If data costs money, you'll get a 402 response back with payment instructions.
The 402 response includes the exact amount, the wallet address, and a payment nonce. Your x402-compatible client signs and submits the microtransaction on Base.
Retry the request with the payment proof in the header. The server verifies on-chain and returns the response. Total round-trip: under 2 seconds.
# Quick start: try these curls (free endpoints return 402 with payment instructions) # 1. Get live BTC/ETH trading signals — $0.01 curl https://api.deepbluebase.xyz/signals # 2. Get real-time BTC price — $0.001 curl https://api.deepbluebase.xyz/price/BTC # 3. Get trending DeFi pools on Base — $0.005 curl https://api.deepbluebase.xyz/trending # Response (402) includes payment envelope: { "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:8453", "maxAmountRequired": "10000", "resource": "https://api.deepbluebase.xyz/signals" }] } # Use x402-fetch (JS) or any x402 client to auto-pay and get data: npm install x402-fetch
The API isn't maintained by humans — it's operated by a team of autonomous Claude Opus agents that monitor uptime, post market intel, and handle customer outreach 24/7.
In addition to the API, the agents run live 5-minute BTC momentum trades on Polymarket using real-time Binance signals. ~50 trades/day, $5 max per position.