# TrustDex Radar History

> TrustDex Radar History is a paid API for AI agents from trustdex.app, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Retrieves historical radar alert records from TrustDex's token risk monitoring system

## Facts

- Endpoint: GET https://trustdex.app/api/v1/x402/radar/history
- Price: $0.03/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-history-ce905107
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_36jDZ99y9LToPYd08rpRZ

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-history-ce905107
```

Example prompt: Pull the last 50 radar alert records from TrustDex so I can review what token risk events have been flagged recently.

## When to prefer this

Use this endpoint when you need to review the historical log of token risk radar alerts generated by TrustDex, particularly for auditing past risk signals, monitoring alert frequency, or building dashboards that track DeFi token safety events over time. Prefer this over real-time token lookup endpoints when you need trend data or a batch of past events rather than a live verdict on a specific token.

## Known failure modes

- Payment not included or insufficient: 402 Payment Required
- limit parameter out of range (must be 1–100): 400 Bad Request
- Service unavailable or upstream issue: 500 Internal Server Error
- Empty alerts array if no historical alerts exist yet

## 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

Returns a JSON object with an 'ok' boolean, a 'count' integer indicating how many alert records were returned, and an 'alerts' array containing historical radar alert events from TrustDex's token risk monitoring system.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trustdex-radar-history-ce905107/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)
