Overview
Snipe new token launches: the freshest liquidity pools on a chain, newest first, with pool age in seconds, price, FDV, and liquidity. Send { chain, limit?, minLiquidityUsd? }. Supports Base, Solana, Ethereum, Arbitrum, BSC, Polygon, Optimism, Avalanche, and Robinhood Chain. The core new-pair detection signal for sniping bots and trading agents.
Protocol
x402
Price
$0.0040
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/defi
Provider
x402-services-production
Indexed
2026-07-14 19:15:35
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"chain": {
"description": "Chain: base (default), solana, ethereum, arbitrum, bsc, polygon, optimism, avax, robinhood",
"required": false,
"type": "string"
},
"limit": {
"description": "Max pools, default 15 (max 50)",
"required": false,
"type": "number"
},
"minLiquidityUsd": {
"description": "Only pools with at least this much liquidity (USD)",
"required": false,
"type": "number"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}