GET
/
{chainName}
/
v1
/
address
/
{walletAddress}
/
transfers
/
erc20

Path Parameters

walletAddress
string
required

Wallet address

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Query Parameters

starting-block
integer

The block height to start from, defaults 0.

ending-block
integer

The block height to end at, defaults to current block height.

pagination
object

Response

200 - application/json
block_hash
string
required
block_number
integer
required
block_timestamp
string
required
from_address
string
required
log_index
integer
required
to_address
string
required
token_address
string
required
transaction_hash
string
required
value
string
required