# Meteora DLMM Pools Explorer

> Meteora DLMM Pools Explorer is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns all Meteora DLMM liquidity pools with TVL, 24h volume, fees, and APR, sortable and filterable by token

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/lp/meteora/pools
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-8ea92d86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6u9h6yB54uhJZ7BxUKamg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mpp-hyreagent-fun-8ea92d86 -d '<json body>'
```

Example prompt: Show me all Meteora DLMM liquidity pools sorted by APR — I want to see the TVL, 24h volume, and fees for each pool, and filter for ones that include SOL.

## When to prefer this

Use this endpoint when you need comprehensive Meteora DLMM pool data on Solana, including yield (APR), liquidity (TVL), and activity (volume/fees) metrics. Prefer this over generic DEX aggregators when specifically targeting Meteora DLMM pools for yield analysis or LP strategy decisions.

## Known failure modes

- Invalid sort field returns error or unsorted results
- Unknown token address filter returns empty pool list
- Meteora DLMM API downstream outage returns 502 or empty response
- Malformed POST body returns 400 bad request
- Payment not included or insufficient USDC returns 402

## How this service works

All Meteora DLMM pools with TVL, 24h volume, fees, and APR — sortable by APR/volume/TVL, filterable by token. Sources: Meteora DLMM API.

## Output

A list of Meteora DLMM liquidity pools, each with TVL, 24-hour trading volume, fee rates, and APR. Results can be sorted by APR, volume, or TVL and filtered by a specific token mint address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-8ea92d86/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
