Actionable Base DEX intelligence — newly created pools enriched with token metadata, stabl
Actionable Base DEX intelligence — newly created pools enriched with token metadata, stablecoin-based liquidity estimates, transparent heuristic risk flags, and a trade/watch/skip signal.
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
pool-alert-detector--biohackflowinfo.replit.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3d79C9C9001B147DEF6f6c8632cf0Bb512403cc5",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"dex": "Aerodrome",
"limit": 25,
"minLiquidityUsd": 1000,
"minScore": 45,
"minutesAgo": 60
},
"type": "http"
},
"output": {
"example": {
"meta": {
"fromBlock": 48704352,
"limit": 25,
"minutesAgo": 60,
"network": "Base mainnet",
"queriedAt": "2026-07-17T15:00:00.000Z",
"toBlock": 48706152,
"totalFound": 1
},
"pools": [
{
"address": "0x1234567890abcdef1234567890abcdef12345678",
"blockNumber": 48700000,
"blockTimestamp": 1784190000,
"dex": "Aerodrome",
"liquidityConfidence": "medium",
"liquidityUsd": 2000,
"reserve0": "1000000000",
"reserve1": "500000000000000000",
"riskFlags": [],
"riskLevel": "low",
"riskScore": 78,
"signal": "trade",
"stable": false,
"token0": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"token0Info": {
"decimals": 6,
"isContract": true,
"symbol": "USDC"
},
"token1": "0x4200000000000000000000000000000000000006",
"token1Info": {
"decimals": 18,
"isContract": true,
"symbol": "WETH"
},
"txHash": "0xabc123def456abc123def456abc123def456abc123def456abc123def456ab"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"dex": {
"type": "string"
},
"limit": {
"type": "integer"
},
"minLiquidityUsd": {
"type": "number"
},
"minScore": {
"type": "integer"
},
"minutesAgo": {
"type": "integer"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://pool-alert-detector--biohackflowinfo.replit.app/api/pool-intelligence" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://pool-alert-detector--biohackflowinfo.replit.app/api/pool-intelligence");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://pool-alert-detector--biohackflowinfo.replit.app/api/pool-intelligence")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12441.json, and this resource appears in /discovery/resources and /discovery/search.