# TWZRD Quick Intel – Solana Address Profiler

> TWZRD Quick Intel – Solana Address Profiler is a paid API for AI agents from intel.twzrd.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns lightweight intelligence for a Solana address including tier classification, reputation score, payment status, and transaction details for address profiling and billing verification.

## Facts

- Endpoint: GET https://intel.twzrd.xyz/v1/intel/quick/:solana_address
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twzrd-quick-intel-solana-address-profiler-c071c2a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_atrktsGAm9IMxN1UvChxB

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 twzrd-quick-intel-solana-address-profiler-c071c2a0
```

Example prompt: Can you pull quick intel on this Solana address — 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I need its tier, reputation score, and payment status before I decide whether to transact with it.

## When to prefer this

Use this endpoint when you need a fast, cheap ($0.001 USDC) reputation snapshot for a Solana address without needing full merchant-level or counterparty analysis. Ideal for billing verification workflows, pre-transaction screening, or lightweight address classification where speed and cost efficiency matter more than deep profiling.

## Known failure modes

- Invalid or malformed Solana address returns a 400 error
- Address not found or no on-chain history returns empty or null score fields
- Payment of 0.001 USDC not completed results in 402 Payment Required
- Network or RPC issues may cause timeouts or 503 errors
- Rate limiting may apply for repeated calls to the same address

## How this service works

Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.

## Output

Returns a structured profile for the given Solana address including: tier classification, reputation/trust score, payment status, and relevant transaction details — suitable for lightweight address profiling and billing/payment verification decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "POST",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "pathParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twzrd-quick-intel-solana-address-profiler-c071c2a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.twzrd.xyz](https://www.zero.xyz/host/intel.twzrd.xyz/llms.txt)
