# Voxight X Signals Top

> Voxight X Signals Top is a paid API for AI agents from www.voxight.online, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns the top intelligence signals synthesized from X (Twitter) including trending narratives, Spaces summaries, and social sentiment relevant to the AI economy.

## Facts

- Endpoint: POST https://www.voxight.online/api/signals/top
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voxight-x-signals-top-95bd559c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cjDSI0f9_mSaXHReqiJgd

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 voxight-x-signals-top-95bd559c -d '<json body>'
```

Example prompt: What are the top X signals and trending narratives in the AI economy right now — especially anything synthesized from X Spaces?

## When to prefer this

Use this endpoint when you need synthesized, high-level social intelligence from X rather than raw tweet data — especially when tracking narratives, AI economy chatter, or X Spaces discussions. Prefer this over raw Twitter API calls when you want pre-processed signal extraction rather than unstructured firehose data.

## Known failure modes

- No signals available for the current window — empty result set
- Payment not processed or insufficient USDC — 402 payment required response
- Rate limit exceeded — too many calls in a short period
- X platform data temporarily unavailable — upstream data source error
- Invalid or expired x402 payment token — authentication failure

## How this service works

Detect, analyze and act on intelligence from X. Spaces synthesized. Narratives tracked. Signals delivered via x402.

## Output

A ranked list of top signals extracted and synthesized from X, including synthesized Spaces summaries, tracked narratives, sentiment indicators, and trending topics relevant to the AI economy.

## Example request

```json
{
 "limit": 10,
 "query": "artificial intelligence",
 "sort_by": "relevance"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/voxight-x-signals-top-95bd559c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.voxight.online](https://www.zero.xyz/host/www.voxight.online/llms.txt)
