# DappLooker Token Technical Analysis

> DappLooker Token Technical Analysis is a paid API for AI agents from api.dapplooker.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches technical analysis (TA) indicators and signals for a specified crypto token using DappLooker's blockchain analytics data layer

## Facts

- Endpoint: POST https://api.dapplooker.com/v1/token-ta
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dapplooker-token-technical-analysis-2f7d8540
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mn-X0ysvErQulqtqukXQE

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-token-technical-analysis-2f7d8540 -d '<json body>'
```

Example prompt: Pull the technical analysis for Ethereum (ETH) on DappLooker — give me the key indicators like RSI, MACD, and overall trend signal so I can decide whether to buy or hold.

## When to prefer this

Choose this endpoint when you need structured technical analysis indicators (RSI, MACD, moving averages, trend signals) for a specific crypto token, especially in an autonomous agent workflow where you want programmatic TA signals without scraping charting platforms. Particularly useful when you need TA data combined with on-chain blockchain context from DappLooker's unified data layer.

## Known failure modes

- Token not found or not indexed — returns 404 or empty result
- Invalid token symbol or unsupported network — returns 400 bad request
- Insufficient payment or missing x402 payment header — returns 402 Payment Required
- Rate limit exceeded — returns 429
- Data unavailable for low-liquidity or newly listed tokens

## How this service works

Access to DappLooker AI unified data layer for autonomous agents.

## Output

Returns technical analysis indicators and signals for the requested token, including momentum oscillators (RSI, MACD), trend indicators, price action signals, and an overall bullish/bearish assessment drawn from DappLooker's unified on-chain and market data layer.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dapplooker-token-technical-analysis-2f7d8540/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)
