# Kristo Intelligence — Token Prices (Base DeFi)

> Kristo Intelligence — Token Prices (Base DeFi) is a paid API for AI agents from kristo-intelligence.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns live spot prices for one or more tokens on the Base network, paid per-call at $0.05 USDC via the x402 protocol.

## Facts

- Endpoint: GET https://kristo-intelligence.vercel.app/api/crypto/token-prices
- Price: $0.05/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-token-prices-base-defi-c1902204
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L3hiALDXqfccD1NeRJ5L1

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-token-prices-base-defi-c1902204
```

Example prompt: What are the current live prices for ETH, USDC, and WETH on Base? Use Kristo Intelligence to fetch the latest token prices.

## When to prefer this

Choose this endpoint when you need lightweight, pay-as-you-go live token price lookups on the Base network without managing API keys or subscriptions. Ideal for AI agents that need to price one or a handful of Base DeFi tokens on demand at low cost ($0.05/call). Best when you want frictionless x402 micropayment-based access rather than signing up for a centralized price oracle.

## Known failure modes

- Invalid or unrecognized token symbol returns an error or empty result
- Payment not included or insufficient USDC causes a 402 Payment Required response
- Network/connectivity issues with the Vercel-hosted endpoint cause timeouts
- Requesting tokens not available on Base network may return no data

## How this service works

Pay-per-call DeFi Intelligence API on Base Blockchain

## Output

Returns live spot price data for the requested token symbols (e.g. ETH, USDC, WETH, BASE), including current USD prices. No API key required; payment is handled per-call via x402 at $0.05 USDC.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tokens": {
   "type": "string",
   "description": "Comma-separated token symbols (e.g. ETH,USDC,WETH,BASE)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kristo-intelligence-token-prices-base-defi-c1902204/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)
