Skip to main content

Table Details

PropertyValue
Table Nameprovenance.rwa.figure_connect_marketplace
Table StatusBeta 🌱
Unique Keytransaction_hash
Clustering Key(s)block_timestamp::date

Table Columns

Column NameData TypeDescription
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
block_numberNUMBER(38,0)Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block.
block_hashVARCHAR(16777216)Cryptographic hash of the block header that contains this record. Uniquely identifies a block.
transaction_indexNUMBER(38,0)Zero-based position of the transaction within its block. The first transaction in a block has index 0.
tx_fee_payerVARCHAR(16777216)Address that paid gas for this transaction.
connect_initiatedBOOLEANTRUE if tx_fee_payer = Figure Connect account (pb10yr…).
pool_token_legsNUMBER(38,0)Count of pm.* pool-token commitment/release legs in this transaction.
is_pool_tradeBOOLEANTRUE if pool_token_legs > 0 (actual loan trade, not an operational transaction).
_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.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.