Get token holder reputation from Cryptoslam

/v4/data/marketplace/cryptoslam/token/holder/reputation

1500 credits per API call

Returns reputation scores for one or more wallets holding a token, at the current or historical block/timestamp.

Rules:

  • Provide either tokenAddress or tokenSymbol, not both.
  • walletAddresses must be comma-separated or pipe-delimited (e.g., "0x123...,0x456..." or "0x123...|0x456...").

Supported blockchains:

  • Ethereum - ethereum-mainnet
  • Base - base-mainnet
Query Params
string
enum
required

The blockchain to work with.

Allowed:
string
required

Comma-separated or pipe-delimited list of wallet addresses (e.g., "0x123...,0x456..." or "0x123...|0x456..."). Maximum 30 addresses.

string

The ERC-20 token contract address. Mutually exclusive with tokenSymbol.

string

The token symbol. Mutually exclusive with tokenAddress.

integer

Block number to retrieve reputation at (inclusive).

date-time

UTC timestamp to retrieve reputation at (inclusive). Overrides atBlockNumber if provided.

boolean
Defaults to false

When true, returns only the SLAM token cost for this query without performing the actual query.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json