Coin Railz DEX Liquidity Pool Monitor is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).
Monitors real-time liquidity pool data across multiple decentralized exchanges simultaneously
Real-time DEX liquidity pool monitoring across multiple exchanges
Returns a JSON object with real-time liquidity pool data including pool metrics, depth, and volume across multiple DEX exchanges, along with a success flag and timestamp.
POSThttps://coinrailz.com/x402/dex-liquidityChoose this endpoint when an AI trading agent needs real-time, multi-exchange DEX liquidity data in a single call before executing a swap or evaluating slippage risk. Best suited for DeFi trading bots, portfolio management agents, or arbitrage systems that need to compare liquidity depth across DEXes simultaneously rather than querying each exchange individually.
{
"chain": "ethereum",
"topic": "ETH/USDC liquidity monitoring",
"platforms": [
"uniswap",
"sushiswap",
"curve"
],
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
}| Field | Type | Description |
|---|---|---|
| query | string | Query parameter for the service |
{
"chain": "ethereum",
"pools": [
{
"dex": "uniswap",
"chain": "ethereum",
"txns24h": 3336,
"priceUSD": "$1.000810",
"baseToken": "USDC",
"liquidity": 884330.41,
"volume24h": "$166,772,161.66",
"quoteToken": "USDT",
"pairAddress": "0x0fb0e40cec3bb23e13abc585958a93c796fbea56955e19a23727a716a0423239",
"liquidityUSD": "$884,330.41",
"priceChange24h": "0.01%"
}
],
"token": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"metrics": {
"mostActiveDEX": "uniswap",
"averagePoolSize": "$884,330.41",
"volumeToLiquidityRatio": "188.586"
},
"topPool": {
"dex": "uniswap",
"chain": "ethereum",
"txns24h": 3336,
"priceUSD": "$1.000810",
"baseToken": "USDC",
"liquidity": 884330.41,
"volume24h": "$166,772,161.66",
"quoteToken": "USDT",
"pairAddress": "0x0fb0e40cec3bb23e13abc585958a93c796fbea56955e19a23727a716a0423239",
"liquidityUSD": "$884,330.41",
"priceChange24h": "0.01%"
},
"timestamp": "2026-06-18T06:08:38.905Z",
"totalPools": 1,
"totalLiquidity": "$884,330.41",
"totalVolume24h": "$166,772,161.66"
}{
"type": "application/json",
"format": "json",
"example": {
"result": "Service executed successfully",
"service": "dex-liquidity",
"success": true,
"timestamp": "2026-02-07T01:38:35.193Z"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"