# Cambrian x402 API – Meteora DLMM Pools (Solana)

> Cambrian x402 API – Meteora DLMM Pools (Solana) is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a list of Meteora DLMM liquidity pool data on the Solana blockchain, pay-per-use via x402 micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/meteora-dlmm/pools
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-api-meteora-dlmm-pools-solana-acdaec84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O-plioTkTIoM5nrgnzR_f

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 cambrian-x402-api-meteora-dlmm-pools-solana-acdaec84
```

Example prompt: Pull the current list of Meteora DLMM liquidity pools on Solana so I can see what pool options are available for my DeFi trading strategy.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-use access to Meteora DLMM pool data on Solana without committing to a subscription. Ideal for autonomous agents that only occasionally need pool data and want to pay micropayments via x402. Prefer this over free alternatives when freshness, reliability, or agent-native payment flows matter.

## Known failure modes

- Payment not provided or invalid x402 micropayment header — returns 402 Payment Required
- Invalid or unsupported query parameters — may return empty array or 400 error
- Upstream Meteora or Solana RPC unavailability — may return 503 or timeout
- Malformed request — returns error response
- No pools matching given filter criteria — returns empty array

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

An array of Meteora DLMM pool objects on Solana, each likely containing pool address, token pair, liquidity metrics, and other pool metadata. The response is an array that can be filtered or iterated by the agent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-api-meteora-dlmm-pools-solana-acdaec84/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
