Skip to main content
GET
List token transfers across all token types (ERC-20, ERC-721, ERC-1155)

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

Query Parameters

type

Filter by token type. Comma-separated list of:

  • ERC-20 - Fungible tokens
  • ERC-721 - Non-fungible tokens
  • ERC-1155 - Multi-token standard
  • ERC-404 - Hybrid fungible/non-fungible tokens

Example: ERC-20,ERC-721 to show both fungible and NFT transfers

Required string length: 0
items_count
integer

Number of items per page

Required range: x >= 1
index
integer

Item index for paging

block_number
integer

Block number for paging

Required range: x >= 0
batch_log_index
integer

Batch log index for paging

batch_block_hash
string

Batch block hash for paging

Pattern: ^0x([A-Fa-f0-9]{64})$
batch_transaction_hash
string

Batch transaction hash for paging

Pattern: ^0x([A-Fa-f0-9]{64})$
index_in_batch
integer

Index in batch for paging

Response

List of token transfers with pagination information.

items
TokenTransfer · object[]
required
next_page_params
object | null
required
Example: