Skip to main content
The fungible_credit_debit table records individual credit and debit entries for token movements, including standard transfers, IBC cross-chain transfers, mints, and burns.

Table Columns

Column NameDescription
addressThe wallet address involved in the credit or debit.
counterparty_addressThe counterparty address in the credit or debit transaction.
currencyToken denomination identifier of the asset (e.g., uatom, ibc/…).
token_nameThe name of the token.
token_symbolThe symbol of the token.
raw_amount_strThe raw token amount as a string.
raw_amountThe raw token amount before decimal normalization.
amount_strThe normalized token amount as a string.
amountThe normalized token amount of the credit or debit.
usd_amountThe USD value of the credit or debit.
usd_exchange_rateThe exchange rate used to calculate the USD value.
event_typeThe type of transfer event (e.g., transfer, ibc_transfer, coin_spent).
tx_senderThe address that initiated the transaction.
transaction_hashThe hash of the transaction.
transaction_indexThe index of the transaction within the block.
event_indexThe index of the event within the transaction.
block_timestampTimestamp of the block containing this entry.
block_heightThe height of the block containing this entry.
block_hashThe hash of the block containing this entry.
block_event_kindThe 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_indexThe index of the block event.
block_event_typeThe type of the block event.
codeThe transaction result code (0 indicates success).
tx_successWhether the transaction was successful.
authz_msg_indexThe index of the authorized message within an authz grant execution.
memoThe memo field attached to the transaction.
src_channelThe source IBC channel for cross-chain transfers.
dst_channelThe destination IBC channel for cross-chain transfers.
unique_idA unique identifier for the entry.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.
_changed_since_full_refreshIndicates if the record has changed since the last full data refresh.