Balances and transactions
Endpoint
Parameters
blockchain
Always ethereum
.
ethereum
sort
The sorting order for the results.
asc
or desc
page_size
Number of results to return data for. (max: 5000).
100
start_time
Starting time in ISO 8601 (inclusive).
2022-05-01T00:00:00.000Z
end_time
Ending time in ISO 8601 (inclusive).
2022-05-01T00:00:00.000Z
transaction_hash
The transaction hash to filter on.
0xf7825247b9a9355c0fb45ec0d008fe638ce5bae9cb877c6a28a91d9ea5f17341
user_address
The address to filter on.
0x000000fee13a103a10d593b9ae06b3e05f2e7e1c
token_address
The token address to filter on.
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Fields
chain
Blockchain name.
ethereum
block_number
The height of the block.
7005997
timestamp
The timestamp of the block.
1546560004
user_address
The address on which the row is focused.
0xc8c939539efb7f5ba903fc99b61656979c46c045
transaction_hash
Transaction hash.
0x5a9e11432e5c7e2fccf598606858619cbd72f1de40db625fc4749ec1b032e144
transaction_type
token_transfer
transaction_index
The index of the transaction.
0
ordinal
Generated number that gives the order of each balance impact, for one file. Based on call index and log indexes.
2
sender_address
The address that sends tokens or coins.
0xc8c939539efb7f5ba903fc99b61656979c46c045
receiver_address
The address that receives tokens or coins.
0x5a0b54d5dc17e0aadc383d2db43b0a0d3e029c4c
initiator_address
The address that signed the transaction.
0xc8c939539efb7f5ba903fc99b61656979c46c045
token_symbol
Symbol of the token or coin transfered
ETH
token_address
The address of the token or coin transfered.
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
direction
Inflow or outflow from the user_address.
out
amount
Amount of asset transfered.
0.16
amount_usd
Amount of asset transferred in usd.
23.863262042004745
balance_after
Wallet balance for the user_address for this asset.
0.4814735188
balance_after_usd
Wallet balance for the user_address for this asset in usd.
71.80955465881561
Request example
Response example
Possible values for the field transaction_type
:
transaction_type
:coin_transfer
Native ETH transfer.
tx_value
Native ETH transfer happening in a transaction.
token_transfer
This operation involves the transfer of (ERC20) tokens.
block_rewards
Rewards granted to the miner who mined a block before the Merge.
uncle_rewards
Rewards granted to the miner who mined an uncle block before the Merge.
uncle_inclusion_rewards
Rewards granted to the miner who included an uncle block into a mined block before the Merge.
genesis_balance
Refers to the balance attributed to addresses during the genesis block.
dao_adjust_balance
Refers to any adjustment made to an account’s balance in relation to DAO-related hard-fork or operations.
reward_transaction_fee
Reward earned by the miner for including the transaction in the block.
burnt_transaction_fee
Burnt amount of ETH transaction fees, post EIP-1559.
token_burn
Burn of a ERC20 token.
token_mint
Mint of a ERC20 token.
staking_deposit
Deposit of stake for validators.
staking_withdrawal
Withdrawal of rewards or stake for validators.
wrap_coin
Wrapping ETH into WETH.
unwrap_coin
Unwrapping WETH back to ETH.
Last updated
Was this helpful?