LIVE ON-CHAIN INTELLIGENCE

DeFi Signal API

Real-time data from bots scanning 4000+ Morpho markets, 2500+ borrowers, and PoolTogether draws 24/7 on Base, Arbitrum, and Optimism.

Base Mainnet Arbitrum Optimism Solana Morpho Blue PoolTogether V5

Endpoints

GET /api/status
Service info, wallet address, all endpoint prices
FREE
GET /api/pt-next
PoolTogether next draw times + prize sizes on Base, Arb, OP, Scroll
$0.001
GET /api/pt
Recent PT draw scans, winners found, successful claims with fee earned
$0.001
GET /api/signals
Near-miss arb signals last 2 hours — missed by our bot, open for yours
$0.002
GET /api/health
Live PM2 status of all 50+ bots — uptime, restarts, CPU per process
$0.002
GET /api/earnings
Today's earnings by channel — updated after every on-chain TX
$0.003
GET /api/edge
Strategy edge scores — expected vs actual profit per strategy
$0.008
GET /api/murshid
Nightly AI strategy report with recommendations and lessons learned
$0.010
POST /api/bug-intel
Bug Bounty Intelligence scan — Al-Mizaan v3 security analysis of your smart contract. AI Security Copilot. Delivered within 24h. Cheapest AI security scan on the internet.
Pay $5 with card / iDEAL or pay $5 USDC on Base via x402 API
$5.00
GET /api/bug-intel/:jobId
Poll status of your Bug Intel job — returns reportUrl when complete
FREE
GET /openapi.json
OpenAPI 3.0 spec — import directly into Postman
FREE

How to Pay

1
Send USDC on Base to our wallet. Minimum amount = endpoint price above.
2
Wait for the transaction to confirm (1-2 seconds on Base).
3
Call the endpoint with header X-Payment-Tx: 0x... set to your tx hash.
4
Receive JSON. Each tx hash works once only (replay protection).

Payment wallet (Base Mainnet, USDC only):

0xdffcC75a674257be6FE1b5549FE52e8f8a6A3A5A

Code Example

# 1. Send USDC on Base to the wallet above, copy your tx hash # 2. Call any endpoint with that hash: curl -s http://138.201.204.97:3748/api/pt-next -H "X-Payment-Tx: 0xYOUR_TX_HASH_HERE" # Example response: { "chains": { "base": { "drawId": 791, "nextDrawAt": "2026-07-19T22:05:00Z", "timeUntilMs": 34200000 }, "arb": { "drawId": 778, "nextDrawAt": "2026-07-18T22:05:05Z", "timeUntilMs": 682000 }, "op": { "drawId": 820, "nextDrawAt": "2026-07-18T22:05:05Z", "timeUntilMs": 682000 } } }

Why Use This

+
No infrastructure needed. We scan 4000+ Morpho markets and 2500+ borrowers 24/7. You get the signal.
+
Pay per call in USDC. No subscription, no API key, no account. Sub-cent pricing via on-chain micropayments.
+
Real data, not simulated. Every endpoint reads from live bot telemetry — not backtested, not mocked.
+
OpenAPI spec included. Import /openapi.json into Postman or any HTTP client. No SDK needed.