Skip to main content

Table Details

PropertyValue
Table Namestellar.assets.fungible_credit_debit
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
ledger_sequenceNUMBER(38,0)Stellar ledger sequence number (ledger height).
ledger_close_timeTIMESTAMP_NTZ(9)Timestamp (UTC) when the Stellar ledger closed and was validated by the network.
ledger_hashVARCHAR(16777216)Hash of the Stellar ledger.
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this record.
transaction_indexNUMBER(38,0)Zero-based position of the transaction within its ledger.
operation_idVARCHAR(16777216)Stellar TOID (Total Order ID) of the operation.
effect_indexVARCHAR(16777216)Index of the effect (Classic) or token_transfer event (Soroban) within the transaction.
accountVARCHAR(16777216)Stellar account (G-address) whose balance changed.
typeVARCHAR(16777216)Direction of the balance movement: credit or debit.
asset_typeVARCHAR(16777216)Stellar asset type: native, credit_alphanum4, or credit_alphanum12.
contract_idVARCHAR(16777216)Soroban contract identifier (C-address) for the asset, when applicable.
asset_idVARCHAR(16777216)Composite asset identifier in issuer:code form for Classic assets.
asset_codeVARCHAR(16777216)Asset code for the Classic asset.
asset_issuerVARCHAR(16777216)Issuer G-address of the Classic asset.
raw_amount_strVARCHAR(16777216)Amount in stroops (unnormalized integer), stored as a string for full precision.
raw_amountFLOATAmount in stroops (unnormalized), not decimal-adjusted.
amount_strVARCHAR(16777216)Normalized amount stored as a string for full precision.
amountFLOATAmount normalized by the asset’s decimal precision (raw_amount / 10^decimals).
usd_amountFLOATUSD value of the amount at the time of the event.
usd_exchange_rateFLOATUSD price per unit of the asset, used to compute usd_amount.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.