blast.blitz Table: ez_edge_trades Type: View
All edge trades paired with the associated trader/subaccount.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events. |
| EDGE_EVENT_INDEX | NUMBER | Event number within a transaction. |
| USER_EVENT_INDEX | NUMBER | Event number within a transaction. |
| EDGE_DIGEST | TEXT | The identifier for a specific trade, this can be split across two or more base deltas in order to fill the entire amount of the trade. |
| USER_DIGEST | TEXT | The identifier for a specific trade, this can be split across two or more base deltas in order to fill the entire amount of the trade. |
| TRADER | TEXT | The wallet address of the trader, there can be multiple subaccounts associated with a trader. |
| SUBACCOUNT | TEXT | Independent Blitz account of trader with its own margin, balance, positions, and trades. Any wallet can open an arbitrary number of these. Risk is not carried over from subaccount to subaccount. |
| SYMBOL | TEXT | The specific Blitz product symbol, if it is a futures product it will have a -PERP suffix. |
| EDGE_ORDER_TYPE | TEXT | Decode from raw expiration number to binary then converted back to int from the most significant two bits: |