# TradingView Screener via KiteEndpoints.ai

> TradingView Screener via KiteEndpoints.ai is a paid API for AI agents from kite-solana.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Runs a TradingView stock/asset screener query and returns filtered results based on user-defined criteria

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/tradingview-screener
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradingview-screener-via-kiteendpoints-ai-984de119
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eNFDB8Y0bB_QiRbZLcbON

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 tradingview-screener-via-kiteendpoints-ai-984de119 -d '<json body>'
```

Example prompt: Run a TradingView screener scan to find US equities with RSI below 30, volume above 1 million, and price above $10 — give me the top 20 results sorted by volume.

## When to prefer this

Choose this endpoint when you need programmatic access to TradingView's screener functionality — particularly for automating stock or crypto scans based on technical or fundamental criteria. Prefer this over manual TradingView use when you need to integrate screener results into an agent workflow, trigger alerts, or process results at scale. Useful when building trading signal pipelines that rely on TradingView's well-known indicator library.

## Known failure modes

- Invalid or unsupported filter parameters causing empty or error response
- TradingView API rate limits or upstream unavailability resulting in timeout
- Malformed request body returning a generic error
- Unsupported market or asset class returning no results
- Payment failure (insufficient USDC balance) preventing request from completing

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured object containing screener results from TradingView, including a list of matching ticker symbols along with associated data fields such as price, volume, technical indicator values, and other requested metrics based on the applied filters.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradingview-screener-via-kiteendpoints-ai-984de119/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
