# AgentData API — Support & Resistance Levels

> AgentData API — Support & Resistance Levels is a paid API for AI agents from agentdata-api.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns key support and resistance price levels for a given crypto trading pair

## Facts

- Endpoint: GET https://agentdata-api.com/api/support-resistance
- 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/agentdata-api-support-resistance-levels-32376cb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cvila4qg6Aj7MBFA7vWmv

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 agentdata-api-support-resistance-levels-32376cb8
```

Example prompt: What are the current support and resistance levels for BTCUSDT? I want to know the key price zones to watch.

## When to prefer this

Use this endpoint when an AI agent needs to identify key technical price levels (support and resistance zones) for a specific crypto trading pair without managing API keys or subscriptions — paying only $0.003 USDC per call via x402 micropayments on Base Mainnet.

## Known failure modes

- Invalid or unsupported trading pair symbol returns error
- Payment failure via x402 protocol if insufficient USDC balance
- Network timeout if Base Mainnet is congested
- Missing symbol parameter returns validation error
- Illiquid or delisted pair may return empty or stale data

## How this service works

Pay-per-request crypto market data API for AI agents. 16 endpoints on Base Mainnet via x402 protocol. No accounts, no API keys. USDC micropayments from $0.001. Works with Claude Desktop, ElizaOS, and any MCP client.

## Output

Returns a JSON object with support and resistance price levels for the specified trading pair, computed from market data — including key price zones where the asset historically finds buying support or selling resistance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Trading pair (e.g. BTCUSDT)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "data": {},
 "success": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdata-api-support-resistance-levels-32376cb8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdata-api.com](https://www.zero.xyz/host/agentdata-api.com/llms.txt)
