v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
token-transfers

List token transfers across all token types (ERC-20, ERC-721, ERC-1155)

Retrieves a paginated list of token transfers across all token types (ERC-20, ERC-721, ERC-1155).

get/{chain_id}/api/v2/token-transfers

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

string
OR
string

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

items_countinteger

Number of items per page

indexinteger

Item index for paging

block_numberinteger

Block number for paging

batch_log_indexinteger

Batch log index for paging

batch_block_hashstring

Batch block hash for paging

batch_transaction_hashstring

Batch transaction hash for paging

index_in_batchinteger

Index in batch for paging

Response

List of token transfers with pagination information.

next_page_paramsobject nullable required