# TWZRD Trust Intelligence - Solana Pubkey Reputation Profile

> TWZRD Trust Intelligence - Solana Pubkey Reputation Profile is a paid API for AI agents from intel.twzrd.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a comprehensive trust and reputation profile for a specific Solana public key, including a trust score, payment history, known counterparties, and a signed reputation credential.

## Facts

- Endpoint: GET https://intel.twzrd.xyz/v1/intel/trust/4LkEFjJdXARkKx8FBx4LBFa2SvJNmjQpgGDLoJcypZUE
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twzrd-trust-intelligence-solana-pubkey-reputation-profile-e46d9fd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vt2wH7iwYKi14sFazxvv2

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-trust-intelligence-solana-pubkey-reputation-profile-e46d9fd9
```

Example prompt: Can you pull the TWZRD trust profile for Solana wallet 4LkEFjJdXARkKx8FBx4LBFa2SvJNmjQpgGDLoJcypZUE — I want to see the trust score, payment history, and the signed reputation credential before I decide to transact with them?

## When to prefer this

Use this endpoint when you need a full, verifiable trust profile including a signed credential for a specific Solana address — not just a quick tier or score. Prefer this over the quick-intel sibling when counterparty lists, payment history depth, and credential portability are needed for high-stakes transaction decisions.

## Known failure modes

- Unknown or unindexed pubkey returns empty or null profile
- Invalid Solana pubkey format returns 400 Bad Request
- Payment not provided or insufficient USDC returns 402 Payment Required
- Network or RPC timeout returns 503 Service Unavailable
- Rate limiting exceeded returns 429 Too Many Requests

## How this service works

Returns a trust/reputation profile for a Solana pubkey, including score, payment history, counterparties, and a signed reputation credential.

## Output

A structured trust/reputation profile containing: a numerical trust score, payment history records, a list of known counterparty addresses, a tier classification, and a cryptographically signed reputation credential anchored to the queried Solana pubkey.

## 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-trust-intelligence-solana-pubkey-reputation-profile-e46d9fd9/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)
