---
title: "Get wallet reputation"
method: GET
path: "/v4/data/wallet/reputation"
tags: ["Wallet API"]
---

# Get wallet reputation

`GET /v4/data/wallet/reputation`

/v4/data/wallet/reputation

**5000 credits per API call per address**

Returns reputation scores for one or more wallets using on-chain behavioral analysis across their token portfolio.

Supported blockchains:

*   Ethereum - ethereum-mainnet
*   Base - base-mainnet

\> 📘 Note for Free Users > > 500 credits per API call per address > > As a free user, your data is cached on a 1-day refresh cycle, and wallet queries run through tatumio.eth. This setup helps lower costs so you can easily try out the API. For real-time data, faster syncs, and the full capability of our platform, we recommend upgrading to a paid plan.

## Query parameters

- `chain` 'ethereum-mainnet' | 'base-mainnet', required
- `addresses` string, required
- `blockNumber` number
- `timestamp` number

## Response `200`

OK

- ResponseArrayReputation
  - `data` Reputation[], required
    - `address` string — Wallet address.
    - `score` number — Reputation score.
    - `chain` string — Blockchain name.
    - `blockNumber` number — Block number.
    - `timestamp` number — Timestamp.
    - `details` object — Additional reputation details.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
