# TrustDex Solana Token Raw Signals

> TrustDex Solana Token Raw Signals is a paid API for AI agents from trustdex.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns raw on-chain risk signals for a Solana token mint, including launch data, holder distribution, authority state, and Token-2022 extensions.

## Facts

- Endpoint: GET https://trustdex.app/api/v1/x402/signals/solana/%7Bmint%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trustdex-solana-token-raw-signals-89745844
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C3-qSIMY7xV4NgZTQHIAx

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-solana-token-raw-signals-89745844
```

Example prompt: Pull the raw on-chain signals for Solana mint So11111111111111111111111111111111111111112 — I want to see the launch info, holder breakdown, authority state, and any Token-2022 extensions before I decide whether to trade it.

## When to prefer this

Use this endpoint when you need granular, raw signal data for a Solana token rather than a single aggregated safety grade. It's ideal for agents that want to apply their own scoring logic, display detailed holder or authority breakdowns, or audit Token-2022 extensions directly. Choose the sibling grade endpoint if you only need an A+–F verdict without the underlying signal detail.

## Known failure modes

- Invalid or malformed base58 mint address returns an error response
- Mint address not found on Solana mainnet returns empty or error signals
- Payment not included or rejected results in HTTP 402 response
- Network or RPC latency may cause timeouts for very recently created tokens

## 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 ok status, the queried mint address, and a signals object containing: launch data (e.g. creation metadata), holders data (e.g. top-holder concentration), authorities data (mint authority, freeze authority states), and an array of Token-2022 extensions detected on the mint.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "mint": "…",
  "signals": {
   "launch": {},
   "holders": {},
   "authorities": {},
   "token2022Extensions": []
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trustdex-solana-token-raw-signals-89745844/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)
