Account Transfer Activity
Account Transfer Activity
This query shows token transfer activity for a specific account over the last 7 days, combining both incoming and outgoing transfers:
Top Transfers by USD Value
Top Transfers by USD Value
This query shows the top 10 transfers by USD value over the last 7 days:
Table Description
Unique Key:unique_id
Column Name | Description |
---|---|
chain | The kadena chain name |
chain_id | The unique identifier for the kadena chain |
from_account | The sender account of the transfer |
to_account | The recipient account of the transfer |
token_address | The contract address of the fungible token |
token_name | The name of the token |
token_symbol | The symbol of the token |
raw_amount_str | The raw token amount as a string |
raw_amount | The raw token amount before decimal normalization |
amount_str | The normalized token amount as a string |
amount | The normalized token amount of the transfer |
usd_amount | The USD value of the transfer |
usd_exchange_rate | The exchange rate used to calculate the USD value |
status | The status of the transaction |
transaction_request_key | Unique identifier for the transaction request |
transaction_index | The index of the transaction within the block |
event_index | The index of the event within the transaction |
block_creation_time | Timestamp of the block creation |
block_height | The height of the block containing this transfer |
block_hash | The hash of the block containing this transfer |
unique_id | A unique identifier for the transfer |
_created_at | The timestamp when the record was created |
_updated_at | The timestamp when the record was last updated |
_changed_since_full_refresh | Indicates if the record has changed since full refresh |