v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

List token transfers involving a specific address with filtering options

Retrieves token transfers involving a specific address, with optional filtering by token type, direction, and specific token.

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

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Query parameters

filter'to' | 'from'

Filter transactions by direction:

  • to - Only show transactions sent to this address
  • from - Only show transactions sent from this address If omitted, all transactions involving the address are returned.
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

tokenstring

Filter token transfers by token contract address.

items_countinteger

Number of items per page

block_numberinteger

Block number for paging

indexinteger

Item index 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

All token transfers for the specified address.

next_page_paramsobject nullable required