Get wallet transfers DNA from Cryptoslam

/v4/data/marketplace/cryptoslam/wallet/transfers/dna

4000 credits per API call

Returns token transfer records for a given wallet address, enriched with WalletDNA analytics—including sender and receiver wallet tiers ("size"), labels, current balances (token & USD), and each address's share of supply. Each record includes FDV and live token pricing. Supports filtering by participant address, direction, block range, or timestamp. Longer response times should be expected due to the richness of the data.

Supported blockchains:

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

The blockchain to work with.

Allowed:
string
required

The wallet address to fetch transfers for.

string

Optional filter to only include transfers involving this address.

string

Optional filter transfers for this ERC-20 token contract address.

string
enum
Defaults to all

Transfer direction relative to the address.

Allowed:
integer
1 to 100
Defaults to 25

Max number of transfer records to return (max 100).

string
enum
Defaults to desc

Sort order: asc (oldest first) or desc (newest first).

Allowed:
date-time

Start from this UTC timestamp (overrides start_block).

integer

Block number to start from (inclusive).

integer

Log index within the block to resume pagination.

boolean
Defaults to false

When true, returns only the SLAM cost without performing the query.

Responses

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