v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
transactions

List token transfers within a specific transaction

Retrieves token transfers that occurred within a specific transaction, with optional filtering by token type.

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

Path parameters

transaction_hash_paramstring required

Transaction hash in the path

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

Token transfers within the specified transaction, with pagination.

next_page_paramsobject nullable required