# Sundial Exchange Pool Analytics

> Sundial Exchange Pool Analytics is a paid API for AI agents from sundial.exchange, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves analytics data for liquidity pools on the Sundial Exchange Solana DEX

## Facts

- Endpoint: POST https://sundial.exchange/api/pools/analytics
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sundial-exchange-pool-analytics-a405b5b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N4TOOryI2ag-TnXKvePUV

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 sundial-exchange-pool-analytics-a405b5b8 -d '<json body>'
```

Example prompt: Pull the pool analytics from Sundial Exchange for the SOL/USDC liquidity pool so I can see recent volume, fees earned, and TVL metrics.

## When to prefer this

Use this endpoint when you need detailed analytics specifically for Sundial Exchange liquidity pools on Solana, such as volume breakdowns, fee generation, or TVL trends. Prefer this over /api/stats or /api/dex/overview when you need pool-level granularity rather than exchange-wide summaries.

## Known failure modes

- Invalid or missing pool identifier returns an error response
- Unsupported token pair may return empty results
- Malformed POST body returns a 400 error
- Rate limiting or payment failure returns a 402 or 429 error
- Pool with no historical data may return empty analytics

## How this service works

Access /api/pools/analytics - Sundial Exchange API (Base) for $0.00

## Output

Returns analytics data for one or more liquidity pools on Sundial Exchange, including metrics such as trading volume, total value locked (TVL), fee revenue, price ranges, and other pool performance indicators.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sundial-exchange-pool-analytics-a405b5b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sundial.exchange](https://www.zero.xyz/host/sundial.exchange/llms.txt)
