# Cambrian x402 Solana Meteora DLMM Pool Data

> Cambrian x402 Solana Meteora DLMM Pool Data 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-15).

Returns pool data for Meteora DLMM (Dynamic Liquidity Market Maker) pools on the Solana blockchain, pay-per-use via x402.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/meteora-dlmm/pool
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-solana-meteora-dlmm-pool-data-5796263b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vX-4KtUhfKHVdfXDQjaf9

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-solana-meteora-dlmm-pool-data-5796263b
```

Example prompt: Pull the current Meteora DLMM pool data on Solana from Cambrian — I want to see which pools are available and their key parameters.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-use access to Meteora DLMM pool data on Solana without requiring a dedicated API key — ideal for autonomous agents that need real-time DeFi pool information with micropayment-based access via the x402 protocol.

## Known failure modes

- Payment failure if x402 USDC balance is insufficient
- Empty array returned if no pools match query parameters
- Rate limiting or 402 rejection if payment is not properly attached
- Invalid query parameters may return an error or empty result
- Network unavailability of Solana RPC may cause stale or missing data

## How this service works

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

## Output

Returns an array of Meteora DLMM pool objects on Solana, likely including pool addresses, token pairs, liquidity metrics, fee tiers, and other pool-level parameters relevant for DeFi decision-making.

## 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-solana-meteora-dlmm-pool-data-5796263b/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)
