onyx_base_dex_pair_lookup
InactiveTool of onyx-paid-mcp
Every DEX pair for a Base token: DEX name, price USD, 24h volume, liquidity USD, price-change percentages (5m/1h/6h/24h), pool fees. Sorted by liquidity. Backed by DexScreener (free). Use to find where a token is actually trading before routing a swap or assessing rug risk via volume/liquidity ratios. (price: $0.0015 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"token_address"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 30,
"minimum": 1,
"description": "Max pairs to return (sorted by liquidity desc)."
},
"token_address": {
"type": "string",
"description": "Token contract address on Base mainnet (0x...)."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries