# DappLooker Ask Loky – Natural Language Blockchain Analytics

> DappLooker Ask Loky – Natural Language Blockchain Analytics is a paid API for AI agents from api.dapplooker.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Accepts a natural language question and returns real-time blockchain market intelligence using NLP-powered query processing

## Facts

- Endpoint: POST https://api.dapplooker.com/v1/ask-loky
- 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/dapplooker-ask-loky-natural-language-blockchain-analytics-1ff3b4a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dg3NI4w5O5ao4Vw-BZ_EV

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 dapplooker-ask-loky-natural-language-blockchain-analytics-1ff3b4a1 -d '<json body>'
```

Example prompt: Using DappLooker's Ask Loky, what is the current trading volume and liquidity for USDC on Ethereum over the last 24 hours?

## When to prefer this

Use this endpoint when an AI agent needs to answer blockchain or DeFi analytics questions in natural language without constructing raw SQL or GraphQL queries. Ideal for autonomous agents that need real-time on-chain intelligence (token prices, volumes, protocol stats) across multiple chains via a single conversational interface. Prefer this over raw chain RPC calls or manual data aggregation when speed and simplicity matter.

## Known failure modes

- Missing required 'question' field returns a 400 validation error
- Invalid or unrecognized chain identifier may return empty or erroneous results
- Ambiguous natural language questions may yield low-confidence or incomplete answers
- Invalid api_key returns 401 unauthorized
- Unsupported or niche queries outside indexed data may return no results
- Payment not processed (x402) results in 402 Payment Required before data is returned

## How this service works

Run complex queries and extract real-time market intelligence — all through natural language. Powered by NLP and MCP-based APIs, seamlessly built for agent-ready integration

## Output

Returns structured blockchain analytics data in response to the natural language question — including market metrics, token stats, on-chain activity, or DeFi protocol data relevant to the query, formatted according to the requested response_type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "question"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Blockchain chain identifier"
  },
  "client": {
   "type": "string",
   "description": "Client identifier"
  },
  "api_key": {
   "type": "string",
   "description": "API key for authentication"
  },
  "fund_id": {
   "type": "string",
   "description": "Fund ID"
  },
  "privacy": {
   "type": "boolean",
   "description": "Privacy setting"
  },
  "question": {
   "type": "string",
   "description": "Question to ask Loky"
  },
  "image_url": {
   "type": "string",
   "description": "Image URL"
  },
  "market_id": {
   "type": "number",
   "description": "Market ID"
  },
  "rei_inf_key": {
   "type": "string",
   "description": "Rei inference key"
  },
  "response_type": {
   "type": "string",
   "description": "Response type"
  },
  "client_user_id": {
   "type": "string",
   "description": "Client user ID"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dapplooker-ask-loky-natural-language-blockchain-analytics-1ff3b4a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.dapplooker.com](https://www.zero.xyz/host/api.dapplooker.com/llms.txt)
