Table Details
| Property | Value |
|---|---|
| Table Name | provenance.rwa.figure_connect_marketplace |
| Table Status | Beta 🌱 |
| Unique Key | transaction_hash |
| Clustering Key(s) | block_timestamp::date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| transaction_hash | VARCHAR(16777216) | Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of the block that contains this record. |
| block_number | NUMBER(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_hash | VARCHAR(16777216) | Cryptographic hash of the block header that contains this record. Uniquely identifies a block. |
| transaction_index | NUMBER(38,0) | Zero-based position of the transaction within its block. The first transaction in a block has index 0. |
| tx_fee_payer | VARCHAR(16777216) | Address that paid gas for this transaction. |
| connect_initiated | BOOLEAN | TRUE if tx_fee_payer = Figure Connect account (pb10yr…). |
| pool_token_legs | NUMBER(38,0) | Count of pm.* pool-token commitment/release legs in this transaction. |
| is_pool_trade | BOOLEAN | TRUE if pool_token_legs > 0 (actual loan trade, not an operational transaction). |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |