| address | The wallet address involved in the credit or debit. |
| counterparty_address | The counterparty address in the credit or debit transaction. |
| currency | Token denomination identifier of the asset (e.g., uatom, ibc/…). |
| 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 credit or debit. |
| usd_amount | The USD value of the credit or debit. |
| usd_exchange_rate | The exchange rate used to calculate the USD value. |
| event_type | The type of transfer event (e.g., transfer, ibc_transfer, coin_spent). |
| tx_sender | The address that initiated the transaction. |
| transaction_hash | The hash of the transaction. |
| transaction_index | The index of the transaction within the block. |
| event_index | The index of the event within the transaction. |
| block_timestamp | Timestamp of the block containing this entry. |
| block_height | The height of the block containing this entry. |
| block_hash | The hash of the block containing this entry. |
| block_event_kind | The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immediately before block commit). |
| block_event_index | The index of the block event. |
| block_event_type | The type of the block event. |
| code | The transaction result code (0 indicates success). |
| tx_success | Whether the transaction was successful. |
| authz_msg_index | The index of the authorized message within an authz grant execution. |
| memo | The memo field attached to the transaction. |
| src_channel | The source IBC channel for cross-chain transfers. |
| dst_channel | The destination IBC channel for cross-chain transfers. |
| unique_id | A unique identifier for the entry. |
| _created_at | The timestamp when the entry was created. |
| _updated_at | The timestamp when the entry was updated. |
| _changed_since_full_refresh | Indicates if the record has changed since the last full data refresh. |