# DeFiLlama Coin Price Lookup

> DeFiLlama Coin Price Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).

Fetches current coin prices from DeFiLlama for one or more specified tokens by coin identifier

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/defillama-coin-price
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defillama-coin-price-lookup-64b9a584
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kctoOpIRhGTNZn0lHf2lG

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 defillama-coin-price-lookup-64b9a584
```

Example prompt: What's the current price of Ethereum on DeFiLlama? Look up 'coingecko:ethereum' for me.

## When to prefer this

Use this endpoint when you need real-time DeFiLlama coin price data for DeFi tokens, especially those indexed by DeFiLlama's multi-chain price feed, and want to pay per-call with USDC on Base without setting up API keys or accounts.

## Known failure modes

- Invalid or unrecognized coin identifier returns empty or error response
- Coin not indexed by DeFiLlama returns no price data
- Malformed coins parameter causes request failure
- Payment failure on Base mainnet results in 402 response
- Network timeout if DeFiLlama upstream is unavailable

## How this service works

Returns on-chain aggregated token prices via DefiLlama coins API. Accepts coingecko IDs, contract addresses, or shorthand (eth, btc, sol). Up to 10 tokens per call. Undercuts blockrun.ai's $0.021/call by 24%.

## Output

Returns current price data for the specified coin(s) from DeFiLlama, including USD price and related metadata for each queried coin identifier.

## Example request

```json
{
 "coins": "ethereum,bitcoin,usd-coin"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defillama-coin-price-lookup-64b9a584/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
