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
Get Started (3 steps)
1
Pick an endpoint. The full list is right below, each one with its own price, from $0.001 to $5. A few are free, no payment step needed for those.
2
Pay in USDC on Base. Send the endpoint's price to the wallet below, or use an x402-compatible client that pays automatically.
3
Call the endpoint with your payment proof. Add it as a header, get JSON back right away. Full details and a copy-paste example are further down this page.
Endpoints
GET /api/status
Service info, wallet address, all endpoint prices
FREE
GET /api/pt-next
PoolTogether next draw times on Base, Arb, OP, Scroll, for timing claim-bot runs
$0.005
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. FREE when data source is stale (see status field)
$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. FREE when data source is stale (see status field)
$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.
$5.00
GET /api/bug-intel/:jobId
Poll status of your Bug Intel job, returns reportUrl when complete
FREE
GET /api/audit-signals
Audit priority signals, Cantina + Sherlock contests/bounties, enriched with our own audit-density/ratio/priority-score analysis. Refreshed 2x/day. Never HackenProof/Immunefi/CodeHawks.
$0.010
GET /openapi.json
OpenAPI 3.0 spec, import directly into Postman
FREE
GET /rpc-status
Public page, live RPC provider health per chain, from the same telemetry as /api/rpc-status
FREE
GET /api/rpc-status
JSON RPC-provider health, same real data as the paid version. First 20 calls/day per IP free, no signup, then $0.002/call
20/day FREE
GET /liquidation-watch
Public page, live multi-chain liquidation risk, from the same telemetry as /api/liquidation-watch
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 PAYMENT-SIGNATURE: 0x... set to your tx hash.
4
Receive JSON. Each tx hash works once only (replay protection).
Payment wallet (Base Mainnet, USDC only):
0x015Eb036560216B3051339061FF68A207E0fe88f
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 "PAYMENT-SIGNATURE: 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.