Skip to main content
WSS
Not publicly available: This dataset is not included in the standard public API. Request access via a custom plan — contact support@blockdb.io.

Overview

  • Dataset ID: 0304 - Token Transfers
  • Description: Token transfer events (native ETH, ERC-20, ERC-721, ERC-1155) produced by TokenTransfersEngine from transactions, internal transactions, and transfer logs.
  • Sample: Hugging Face Sample

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration.
string[]
Optional filter: sender addresses (hex, no 0x).
string[]
Optional filter: recipient addresses (hex, no 0x).
string[]
Optional filter: token contract addresses (hex, no 0x); omit for native transfers where applicable.
string[]
Optional filter: transfer kinds (e.g. native, erc20, erc721, erc1155).

Message Fields

number
Block containing the transfer.
string
Block time (ISO-8601).
number
Transaction index within the block.
number | null
Log index when sourced from a log; null when not applicable.
string | null
Trace address for internal tx transfers (e.g. "0", "0.1"); null for other types.
string
Sender address (hex).
string
Recipient address (hex).
string | null
Token contract; null for native ETH transfers.
string
Raw amount (integer string in token/native units).
string | null
Decimal-adjusted amount; null if decimals unknown or NFT.
string | null
NFT / ERC-1155 id when applicable.
integer
Transfer mechanism as integer enum (see Transfer Type).
string
Row lineage id (hex).
string[]
Parent lineage ids (hex).
string
Record creation time (ISO-8601).
string
Record last update time (ISO-8601).

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on July 19, 2026