# TrustDex Radar — Live Token Risk Alerts Feed

> TrustDex Radar — Live Token Risk Alerts Feed is a paid API for AI agents from trustdex.app, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a paginated list of live token risk alerts and safety signals across Solana and EVM chains from TrustDex's radar monitoring system.

## Facts

- Endpoint: GET https://trustdex.app/api/v1/x402/radar
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trustdex-radar-live-token-risk-alerts-feed-6f4517c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4rqTlFIPuYc3d05JxPZx7

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 trustdex-radar-live-token-risk-alerts-feed-6f4517c5
```

Example prompt: Pull the latest 50 token risk alerts from TrustDex Radar so I can see which tokens are currently flagged as dangerous across Solana and EVM chains.

## When to prefer this

Use this endpoint when you need a live, streaming feed of token risk alerts across multiple chains rather than looking up a single token's safety score. Prefer this over per-token safety checks when you want broad situational awareness of newly flagged or dangerous tokens, or when building a monitoring dashboard or alert bot.

## Known failure modes

- Invalid limit parameter (outside 1–100 range) returns a validation error
- Payment not included or rejected results in HTTP 402
- Service unavailable returns a non-ok response
- Empty alerts array returned if no recent alerts exist
- Rate limiting if called excessively

## How this service works

TrustDex is a non-custodial Solana DEX. Best-route swaps through Jupiter, EVM trading across 7 chains, native bridging, and live token risk grades. No KYC, no accounts, no custody.

## Output

A JSON object with a boolean 'ok' field, a 'count' of alerts returned, and an 'alerts' array containing token risk alert objects with safety signals for recently flagged tokens across Solana and EVM chains.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "count": 2,
  "alerts": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trustdex-radar-live-token-risk-alerts-feed-6f4517c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trustdex.app](https://www.zero.xyz/host/trustdex.app/llms.txt)
