---
name: solana-pools.api.klymax402.com
description: solana-pools.api.klymax402.com provides DEX pool liquidity data for Solana token mints, querying Raydium, Orca, Meteora, and PumpSwap to return TVL estimates, 24h volume, price changes, transaction counts, and per-slippage-tier trade capacity. It surfaces pool rankings and the best available pool for a given mint but does not execute trades or produce executable swap quotes.
host: solana-pools.api.klymax402.com
---

# solana-pools.api.klymax402.com

This host is a single-purpose liquidity intelligence endpoint for the Solana ecosystem. It serves agents that need to evaluate whether sufficient on-chain liquidity exists before committing to a large swap or sizing a position. It aggregates pool-level data across the four major Solana DEXes into one response, saving agents from querying each protocol separately. It does not cover token discovery, priority fee estimation, or trade execution.

## When to use this host

Use this host when an agent needs to assess on-chain liquidity depth, estimate slippage, or rank available pools for a Solana token mint before executing a large swap or sizing a position. Do not use it to generate executable swap quotes — use jupiter_get_swap_quote for that. Do not use it to discover new token launches — use solana_scan_new_tokens instead. Do not use it to fetch Solana network priority fees — use solana_get_priority_fees. This host is also not appropriate for non-Solana chains or for any write/execution operations.

## Capabilities

### Pool Liquidity Assessment

Retrieves DEX pool listings, liquidity depth, 24h volume, price changes, and slippage-tier trade capacity for a Solana token mint across Raydium, Orca, Meteora, and PumpSwap, and identifies the best pool by liquidity.

- **`fetch-solana-pool-liquidity`** — Returns DEX pool listings, liquidity depth estimates, 24h volume, price changes, and transaction counts for a Solana token mint across Raydium, Orca, Meteora, and PumpSwap.

## Skill reference

### `fetch-solana-pool-liquidity`

**Solana Pool Liquidity Finder** — Returns DEX pool listings, liquidity depth estimates, 24h volume, price changes, and transaction counts for a Solana token mint across Raydium, Orca, Meteora, and PumpSwap.

*Use when:* Use when an agent needs to assess liquidity depth, slippage estimates, or pool rankings for a Solana token before executing a large swap or sizing a position — specifically when TVL, volume, and per-slippage-tier trade capacity are needed.

*Not for:* Do not use for executable swap quotes — use jupiter_get_swap_quote instead. Do not use to discover new token launches — use solana_scan_new_tokens. Do not use to fetch Solana network priority fees — use solana_get_priority_fees.

**Inputs:**

- `mint` (string, required) — Solana token mint address to look up DEX pools for.

**Returns:** Returns chain, mint, bestPool, bestLiquidity, and a pools array with per-pool dex, liquidityUsd, volume24h, priceChange, txns24h, depthRating, and USD-denominated slippage estimates at 1%, 2%, and 5% trade sizes.

**Example:** `GET https://solana-pools.api.klymax402.com/api/pool?mint=EfPoo4wWgxKVToit7yX5VtXXBrhao4G8L7vrbKy6pump`

---
