# Blockbuster.ai TradingView Technical Analysis

> Blockbuster.ai TradingView Technical Analysis is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Fetches TradingView technical analysis signals and indicators for a given financial symbol or query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/tradingview-technical
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-tradingview-technical-analysis-a0dfbcd2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fpDIernP1OPtkYoOrCpea

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 blockbuster-ai-tradingview-technical-analysis-a0dfbcd2 -d '<json body>'
```

Example prompt: What's the current TradingView technical analysis for Bitcoin — is it showing a buy, sell, or neutral signal based on the oscillators and moving averages?

## When to prefer this

Use this endpoint when you need programmatic access to TradingView's technical analysis summaries — including oscillator and moving average signals — for stocks, crypto, or forex pairs, especially when you want a quick buy/sell/neutral recommendation without manual chart analysis.

## Known failure modes

- Invalid or unrecognized ticker symbol returns error or empty data
- TradingView data unavailable for the queried market or timeframe
- Malformed query input results in a failure response
- Network or upstream TradingView API timeout

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a structured object containing TradingView technical analysis data for the queried symbol, including oscillator summaries, moving average signals, and an overall buy/sell/neutral recommendation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-tradingview-technical-analysis-a0dfbcd2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
