# TrustDex Weekly Safety-Snapshot Dataset

> TrustDex Weekly Safety-Snapshot Dataset is a paid API for AI agents from trustdex.app, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns a bulk weekly dataset of all TrustDex-graded tokens across 4 chains, including safety grades, authority states, holder concentration metrics, and gate-exit ledger entries

## Facts

- Endpoint: GET https://trustdex.app/api/v1/x402/datasets/safety-snapshot
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trustdex-weekly-safety-snapshot-dataset-fca856c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-4ZKjwqyzVkz2dNr_Z3Oj

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-weekly-safety-snapshot-dataset-fca856c5
```

Example prompt: Pull this week's TrustDex safety-snapshot dataset for all chains — I want to see the full list of graded tokens with their safety grades, authority states, holder concentration, and gate-exit ledger entries.

## When to prefer this

Use this endpoint when you need bulk, cross-chain token safety data in a single call rather than querying individual tokens one at a time. Ideal for populating dashboards, running batch screening workflows, auditing the gate-exit ledger, or building downstream analytics that require the full graded token universe. Prefer the single-token verdict endpoints for per-token lookups; use this snapshot for wholesale data ingestion or weekly analysis pipelines.

## Known failure modes

- Missing or invalid chain filter value returns error or empty result set
- Payment failure (x402) if USDC balance insufficient — no dataset returned
- Dataset may be stale if queried before weekly refresh completes
- Rate limiting or access denial if called without valid payment headers
- Empty results if no tokens have been graded for a requested chain

## 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 bulk dataset containing all TrustDex-graded tokens across 4 supported chains for the current week, including: A+–F safety grades and scores per token, mint/freeze authority states, holder concentration metrics, and the full gate-exit ledger. Can optionally be filtered by a specific chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "asOf": "…",
  "counts": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trustdex-weekly-safety-snapshot-dataset-fca856c5/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)
