# Agent Trust Full Report – Base Wallet

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

Returns a comprehensive 6-dimension trust report for a Base wallet, including scores for 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/0x6ea076Af302e3AdF8d48f8e3e53Ee2C9B52A9b5b/full
- Price: $0.100000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-trust-full-report-base-wallet-73ac4285
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lAfcVTd-SDh-LX2s8TSle

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-full-report-base-wallet-73ac4285
```

Example prompt: Give me the full trust report for Base wallet 0x6ea076Af302e3AdF8d48f8e3e53Ee2C9B52A9b5b — I want to see all 6 scoring dimensions, any scam flags, and their ENS name if they have one.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional trust breakdown of a Base wallet rather than just a summary score. Ideal for due diligence workflows, onboarding checks, or agent-to-agent trust evaluation where understanding why a wallet scores a certain way (age, volume, reliability, diversity, x402 activity) is important. Prefer the simple score endpoint if you only need the headline number.

## Known failure modes

- Invalid or malformed wallet address returns error response
- Wallet has no on-chain activity — results may show minimal/zero scores across dimensions
- Rate limiting or payment failure results in 402 or 429 response
- Network issues with Base RPC cause timeouts or partial data
- Address checksum mismatch may cause lookup failure

## 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 full multi-dimensional trust report for the queried Base wallet address, including individual dimension scores (wallet age, up to 250 tx activity, success/fail reliability ratio, contract interaction diversity, ETH volume, x402 ecosystem participation), an overall trust score and grade, scam flag indicators, and ENS resolution data.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## 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
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tier",
  "grade",
  "score",
  "address",
  "metadata",
  "scoredAt",
  "breakdown"
 ],
 "properties": {
  "tier": {
   "type": "string"
  },
  "grade": {
   "type": "string"
  },
  "score": {
   "type": "number"
  },
  "address": {
   "type": "string"
  },
  "metadata": {
   "type": "object",
   "required": [
    "isScam",
    "ensName",
    "isContract",
    "reputation",
    "oldestActivity",
    "sampledTxCount",
    "transactionCount",
    "hasTokenTransfers"
   ],
   "properties": {
    "isScam": {
     "type": "boolean"
    },
    "ensName": {
     "type": "null"
    },
    "isContract": {
     "type": "boolean"
    },
    "reputation": {
     "type": "string"
    },
    "oldestActivity": {
     "type": "null"
    },
    "sampledTxCount": {
     "type": "number"
    },
    "transactionCount": {
     "type": "number"
    },
    "hasTokenTransfers": {
     "type": "boolean"
    }
   }
  },
  "scoredAt": {
   "type": "string"
  },
  "breakdown": {
   "type": "object",
   "required": [
    "x402",
    "volume",
    "diversity",
    "walletAge",
    "txActivity",
    "reliability",
    "bonusPenalty"
   ],
   "properties": {
    "x402": {
     "type": "object",
     "required": [
      "label",
      "score",
      "detail",
      "paidX402",
      "maxPoints",
      "isX402Provider"
     ],
     "properties": {
      "label": {
       "type": "string"
      },
      "score": {
       "type": "number"
      },
      "detail": {
       "type": "string"
      },
      "paidX402": {
       "type": "boolean"
      },
      "maxPoints": {
       "type": "number"
      },
      "isX402Provider": {
       "type": "boolean"
      }
     }
    },
    "volume": {
     "type": "object",
     "required": [
      "label",
      "score",
      "detail",
      "usdValue",
      "maxPoints",
      "ethBalance"
     ],
     "properties": {
      "label": {
       "type": "string"
      },
      "score": {
       "type": "number"
      },
      "detail": {
       "type": "string"
      },
      "usdValue": {
       "type": "number"
      },
      "maxPoints": {
       "type": "number"
      },
      "ethBalance": {
       "type": "number"
      }
     }
    },
    "diversity": {
     "type": "object",
     "required": [
      "label",
      "score",
      "detail",
      "maxPoints",
      "uniqueContracts"
     ],
     "properties": {
      "label": {
       "type": "string"
      },
      "score": {
       "type": "number"
      },
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-trust-full-report-base-wallet-73ac4285/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)
