Get token transfers with DNA from Cryptoslam

/v4/data/marketplace/cryptoslam/token/transfers/dna

100 credits per API call

Returns token transfer records for a given token 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 ERC-20 token contract address to fetch transfers for.

string

Filter transfers where this address is either the sender or the receiver.

string
enum
Defaults to all

Transfer direction relative to the address.

Allowed:
integer
1 to 100
Defaults to 25

The maximum number of transfer records to return (1-100).

string
enum
Defaults to desc

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

Allowed:
date-time

Start searching from this UTC timestamp (inclusive). Overrides start_block when provided.

integer

Block number to start the search from (inclusive). Defaults to the latest block in desc order, or the genesis block in asc order.

integer

Log index within the starting block to resume pagination or refine the starting point.

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