← Back to directory

Returns token transfer records for a given token address, enriched with WalletDN...

https://slamai.dev/token/transfers/dna

Overview

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.

Protocol x402
Price $0.0000
Payment Asset USD Coin
Payment Network Base
Category crypto/transactions
Provider slamai
Source bazaar
Indexed 2026-03-02 01:13:28

Health

Status down
Latency (p50) 25ms
Uptime (30d) 0.0%
Reliability Score 35/100
Last Checked 2026-03-23 15:47:12
Last Healthy Never
Consecutive Failures 759

x402 Payment Validation

Payment Requirements Invalid
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "queryParams": { "address": { "description": "Optional filter to only include transfers involving this address", "type": "string" }, "blockchain": { "description": "The blockchain network to query.", "enum": [ "ethereum", "base" ], "required": true, "type": "string" }, "direction": { "description": "Specifies transfer direction relative to address.", "enum": [ "sent", "received", "all" ], "type": "string" }, "estimate_cost": { "description": "When true, returns only the SLAM cost without performing the query", "type": "boolean" }, "num": { "description": "Max number of transfer records to return (max 100)", "format": "int32", "type": "integer" }, "order": { "description": "Sort order: asc (oldest first) or desc (newest first).", "enum": [ "asc", "desc" ], "type": "string" }, "start_block": { "description": "Block number to start from (inclusive). Defaults to the latest block in desc order, or the genesis block in asc order.", "format": "int32", "type": "integer" }, "start_log_index": { "description": "Log index within the starting block to resume pagination or refine the starting point.", "format": "int32", "type": "integer" }, "start_timestamp": { "description": "Start from this UTC timestamp (overrides start_block)", "format": "date-time", "type": "string" }, "token_address": { "description": "ERC-20 token contract address to fetch transfers for.", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "content": { "application/json": { "schema": { "oneOf": [ { "properties": { "chain": { "description": "Blockchain network name (e.g., 'base')", "type": "string" }, "cursor": { "properties": { "start_block": { "description": "The block number at which to continue fetching results.", "format": "int32", "type": "integer" }, "start_log_index": { "description": "The log index within the block at which to continue.", "format": "int32", "type": "integer" } }, "type": "object" }, "slam": { "description": "SLAM token cost for this API call", "format": "double", "type": "number" }, "transfers": { "description": "List of enriched token transfers with WalletDNA", "items": { "properties": { "amount": { "properties": { "decimals": { "description": "The amount normalized using the token’s decimals", "format": "double", "type": "number" }, "raw": { "description": "The raw transfer amount (integer or scientific notation)", "format": "double", "type": "number" }, "usd": { "description": "USD value of the transferred amount at the time of transfer", "format": "double", "type": "number" } }, "type": "object" }, "from": { "properties": { "address": { "description": "The wallet address", "type": "string" }, "balance": { "properties": { "decimals": { "description": "Token balance normalized to decimals", "format": "double", "type": "number" }, "supply_share": { "description": "Percentage share of the total token supply at the time of transfer", "format": "double", "type": "number" }, "usd": { "description": "Value of balance in USD at the time of transfer", "format": "double", "type": "number" } }, "type": "object" }, "labels": { "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')", "nullable": true, "type": "string" }, "mass": { "properties": { "raw": { "description": "Raw mass score.", "format": "double", "nullable": true, "type": "number" }, "tier": { "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)", "type": "string" } }, "type": "object" }, "name": { "description": "Optional display name for contract wallets", "nullable": true, "type": "string" } }, "type": "object" }, "to": { "properties": { "address": { "description": "The wallet address", "type": "string" }, "balance": { "properties": { "decimals": { "description": "Token balance normalized to decimals", "format": "double", "type": "number" }, "supply_share": { "description": "Percentage share of the total token supply at the time of transfer", "format": "double", "type": "number" }, "usd": { "description": "Value of balance in USD at the time of transfer", "format": "double", "type": "number" } }, "type": "object" }, "labels": { "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')", "nullable": true, "type": "string" }, "mass": { "properties": { "raw": { "description": "Raw mass score.", "format": "double", "nullable": true, "type": "number" }, "tier": { "description": "Mass tier (e.g., \"Whale\", \"Dolphin\", \"Fish\", etc.)", "type": "string" } }, "type": "object" }, "name": { "description": "Optional display name for contract wallets", "nullable": true, "type": "string" } }, "type": "object" }, "token": { "properties": { "address": { "description": "Token contract address", "type": "string" }, "fdv": { "description": "Fully diluted valuation (USD) of the token at the time of transfer", "format": "double", "type": "number" }, "name": { "description": "Full token name", "type": "string" }, "symbol": { "description": "Token symbol", "type": "string" }, "usd": { "description": "USD price per token unit at the time of transfer", "format": "double", "type": "number" } }, "type": "object" }, "transaction": { "properties": { "block": { "description": "Block number containing the transaction.", "format": "int32", "type": "integer" }, "hash": { "description": "Transaction hash.", "type": "string" }, "log_index": { "description": "Log index for this transfer within the block.", "format": "int32", "type": "integer" }, "method": { "description": "Decoded contract method name (if available).", "nullable": true, "type": "string" }, "utc": { "description": "UTC timestamp of the transaction (ISO 8601 format).", "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" } }, "type": "object" }, { "properties": { "slam": { "format": "double", "type": "number" } }, "type": "object" } ] } } }, "description": "OK", "status": 200 }

Recent Health Checks

Time Status HTTP Latency Error
2026-03-23 15:47:12 down 502 80ms HTTP 502
2026-03-23 14:52:12 down 502 25ms HTTP 502
2026-03-23 14:06:20 down 502 24ms HTTP 502
2026-03-23 13:24:32 down 502 24ms HTTP 502
2026-03-23 12:42:23 down 502 42ms HTTP 502
2026-03-23 11:46:14 down 502 47ms HTTP 502
2026-03-23 10:33:55 down 502 23ms HTTP 502
2026-03-23 09:27:19 down 502 44ms HTTP 502
2026-03-23 08:26:59 down 502 23ms HTTP 502
2026-03-23 07:27:13 down 502 22ms HTTP 502
2026-03-23 06:39:27 down 502 28ms HTTP 502
2026-03-23 05:39:06 down 502 26ms HTTP 502
2026-03-23 04:39:33 down 502 24ms HTTP 502
2026-03-23 03:34:50 down 502 24ms HTTP 502
2026-03-23 02:19:53 down 502 167ms HTTP 502
2026-03-23 01:23:20 down 502 10ms HTTP 502
2026-03-23 00:18:08 down 502 28ms HTTP 502
2026-03-22 23:21:20 down 502 22ms HTTP 502
2026-03-22 22:24:56 down 502 25ms HTTP 502
2026-03-22 21:34:08 down 502 32ms HTTP 502