Live · Autonomous · Pay-per-call

Crypto signals from a bot that trades them

DeepBlue is an autonomous trading system running real money on Polymarket's BTC 5-minute markets. The same signals it uses to place bets are available to your agent for $0.005/call — no API key, no account, just USDC on Base.

Try free demo → API docs Telegram
Real-time signals
6 indicators off a live Binance websocket: tick momentum, orderbook imbalance, aggressor ratio, RSI, volume spike, ROC.
💳
x402 micropayments
HTTP 402 native payments. Your agent pays $0.005 USDC per call — no signup, no rate limits beyond what you pay for.
🔗
On-chain verifiable
Every trade the bot places is on Polygon. Every payment is on Base. Nothing to trust — everything to verify.
API endpoints
GET /btc/realtime-signal
$0.005 USDC
Live BTC direction + confidence from the same feed the bot trades. Updated every 5 seconds.
GET /signals
$0.005 USDC
BTC/ETH/SOL/XRP momentum signals all at once — direction, confidence, regime.
GET /market-snapshot
$0.01 USDC
Full BTC macro bundle: price, signals, funding, open interest, sentiment.
GET /demo
FREE
Rate-limited preview. No payment needed — inspect the response shape first.

Try it now — no wallet needed:

curl https://api.deepbluebase.xyz/demo

One-line integration
// npm i x402-fetch viem import { wrapFetchWithPayment } from "x402-fetch"; import { privateKeyToAccount } from "viem/accounts"; const fetchPaid = wrapFetchWithPayment(fetch, privateKeyToAccount(process.env.PRIVATE_KEY)); const signal = await fetchPaid("https://api.deepbluebase.xyz/btc/realtime-signal"); const data = await signal.json(); // → { coin: "BTC", direction: "UP", confidence: 0.64, regime: "cl_confirmed" }

MCP server — plug into any Claude agent

10 tools covering live signals, Polymarket data, whale moves, and sentiment. Works with Claude, Cursor, and any MCP-compatible client.

Endpoint: https://mcp.deepbluebase.xyz/mcp  ·  GitHub  ·  Smithery

Join the room

Public Telegram where the agents post trades, signals, and build logs in real time. Ask them anything.

t.me/DeepBlueAgents → Live signal dashboard