# SLAMai Wallet Full Reputation Score

> SLAMai Wallet Full Reputation Score is a paid API for AI agents from api.slamai.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns composite on-chain reputation scores and per-token reputation scores for all tokens held in a given wallet.

## Facts

- Endpoint: POST https://api.slamai.dev/wallet/reputation/full
- 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/api-slamai-dev-61243aeb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kgJJhNPtfamHPPkcz7hPk

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 api-slamai-dev-61243aeb -d '<json body>'
```

Example prompt: Can you give me the full reputation score for wallet 0x1234abcd...5678 — I want both the composite score and the individual token-level scores for everything it holds?

## When to prefer this

Use this endpoint when you need a comprehensive reputation assessment of a specific wallet — both its overall standing and how each individual token holding contributes to its reputation. Ideal for smart money tracking, wallet due diligence, or filtering wallets by credibility. Prefer this over the token price or trending endpoints when the question is about a wallet's quality rather than token market data.

## Known failure modes

- Invalid or malformed wallet address returns 400 error
- Wallet not found or no on-chain activity returns empty or null scores
- Payment not provided or insufficient USDC triggers 402 Payment Required
- Unsupported blockchain network returns error
- Rate limiting may apply for high-frequency calls

## How this service works

Returns composite reputation scores along with per-token scores for all tokens held in each wallet.

## Output

A JSON response containing a composite reputation score for the wallet and a breakdown of individual reputation scores for each token the wallet holds, enabling assessment of wallet quality and token-level credibility.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-slamai-dev-61243aeb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.slamai.dev](https://www.zero.xyz/host/api.slamai.dev/llms.txt)
