# Kristo Intelligence API – DEX Pools

> Kristo Intelligence API – DEX Pools is a paid API for AI agents from kristo-intelligence.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns real-time DEX liquidity pool data and DeFi intelligence for the Base blockchain

## Facts

- Endpoint: GET https://kristo-intelligence.vercel.app/api/defi/dex-pools
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kristo-intelligence-api-dex-pools-ea7b5279
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5BpkZya8kSDeNBK006eh4

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 kristo-intelligence-api-dex-pools-ea7b5279
```

Example prompt: Can you pull the latest DEX liquidity pool data on the Base blockchain for me? I want to see what pools are currently active and their details.

## When to prefer this

Choose this endpoint when you specifically need DEX liquidity pool data on the Base blockchain and are willing to pay $0.1 USDC per call via the x402 payment protocol. Best suited for agents needing on-chain DeFi intelligence in a pay-per-use model without a subscription.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Invalid or missing query parameters — 400 Bad Request
- Base blockchain data temporarily unavailable — 503 Service Unavailable
- Rate limiting or quota exceeded — 429 Too Many Requests
- Stale or delayed pool data if upstream indexer lags

## How this service works

Pay-per-call DeFi Intelligence API on Base Blockchain

## Output

A JSON object containing DeFi intelligence data about DEX liquidity pools on the Base blockchain, including pool details, data source identifier, and a queried_at timestamp indicating when the data was fetched.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "queried_at": {
   "type": "string",
   "format": "date-time"
  },
  "data_source": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "description": "JSON response with DeFi intelligence data on Base blockchain"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kristo-intelligence-api-dex-pools-ea7b5279/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kristo-intelligence.vercel.app](https://www.zero.xyz/host/kristo-intelligence.vercel.app/llms.txt)
