# Agent Trust API – Full Wallet Report

> Agent Trust API – Full Wallet Report is a paid API for AI agents from agent-trust-api-production.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive trust report for a Base blockchain wallet, breaking down trust across 6 dimensions including wallet age, transaction activity, reliability, contract diversity, ETH volume, and x402 participation, plus scam flags and ENS data.

## Facts

- Endpoint: GET https://agent-trust-api-production.up.railway.app/score/:address/full
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-trust-api-full-wallet-report-2414710f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g17j2jC_I8osMk9FTsVop

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 agent-trust-api-full-wallet-report-2414710f
```

Example prompt: Can you pull the full trust report for Base wallet 0x1234...abcd — I want to see the breakdown across all dimensions including scam flags, ENS info, transaction reliability, and x402 participation before I send them any funds?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional trust assessment of a single Base wallet — not just a quick score. Prefer this over the basic score endpoint when you need the full breakdown (scam flags, ENS, reliability ratio, contract diversity) to make a high-stakes decision like onboarding a counterparty, verifying an agent, or auditing a wallet before a transaction.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Non-Base chain addresses may return empty or incorrect results
- Wallets with very little on-chain history may return low-confidence scores
- Rate limiting or payment failure (x402) may prevent access
- Network timeout if Base RPC is congested

## How this service works

Full agent trust report for a Base wallet. Breakdown across 6 dimensions: wallet age, tx activity (up to 250 txs), success/fail reliability ratio, contract interaction diversity, ETH volume, and x402 ecosystem participation. Includes scam flags and ENS data.

## Output

A detailed JSON report with a breakdown across 6 trust dimensions (wallet age, transaction activity up to 250 txs, success/fail reliability ratio, contract interaction diversity, ETH volume, x402 ecosystem participation), plus scam detection flags and ENS identity data for the queried Base wallet address.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-trust-api-full-wallet-report-2414710f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-trust-api-production.up.railway.app](https://www.zero.xyz/host/agent-trust-api-production.up.railway.app/llms.txt)
