Balances and transactions
Endpoint
Parameters
blockchain
Always provenance
.
provenance
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.
10CC4474038E6F902174708DA275AECA36C5B507616FD17810BD36591F00B8FA
user_address
The address to filter on.
0x000000fee13a103a10d593b9ae06b3e05f2e7e1c
token_address
The token address to filter on.
nhash
Fields
chain
Blockchain name.
provenance
block_number
The height of the block.
22820298
timestamp
The timestamp of the block. (ns)
1742804594956710217
user_address
The address on which the row is focused.
pb1zsherr3eat6gvq9ptg3m0n3dj33xf2mwevk3ca
transaction_hash
Transaction hash.
D1CEE1A5B92FAE712B10627D72B2F185153A3249BC54B0B10589EE1D016CB0AF
event_type
Event type. See more information below.
transaction_fee
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.
pb1zsherr3eat6gvq9ptg3m0n3dj33xf2mwevk3ca
receiver_address
The address that receives tokens or coins.
pb17xpfvakm2amg962yls6f84z3kell8c5lehg9xp
token_symbol
Symbol of the token or coin transfered
HASH
token_address
The address of the token or coin transfered.
nhash
direction
Inflow or outflow from the user_address.
out
raw_amount
Amount of asset transfered. Without decimals.
2178337020
amount
Amount of asset transfered.
2.178337020
amount_usd
Amount of asset transferred in usd.
0
raw_balance_after
Raw wallet balance for the user_address for this asset. Without decimals.
1928056609014953
balance_after
Wallet balance for the user_address for this asset.
1928056.609014953
balance_after_usd
Wallet balance for the user_address for this asset in usd.
0
Request example
Response example
Possible values for the field event_type
:
event_type
:transfer
This operation involves the transfer of native coin or tokens.
transaction_fee
The amount of transaction fee paid to execute the transaction.
token_mint
Minting new tokens.
token_burn
Burning tokens.
token_withdraw
Removing assets from the Marker account. That includes the movement of newly-minted tokens to other accounts.
withdraw_rewards
Coming soon.
Last updated
Was this helpful?