blast.blitz Table: ez_perp_trades Type: View
Blitz perpetuals are derivative contracts on an underlying spot asset. On Blitz, all perpetual
contracts trade against USDC.
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. |
| CONTRACT_ADDRESS | TEXT | The address interacted with for a given event. |
| EVENT_NAME | TEXT | The decoded event name for a given event. |
| EVENT_INDEX | NUMBER | Event number within a transaction. |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | The function signature of this transaction. |
| ORIGIN_FROM_ADDRESS | TEXT | The from address of this transaction. |
| ORIGIN_TO_ADDRESS | TEXT | The to address of this transaction. |
| SYMBOL | TEXT | The specific Blitz product symbol, if it is a futures product it will have a -PERP suffix. |
| 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. |
| TRADE_TYPE | TEXT | They type of trade taken, long/short for perps or buy/sell for spot. |
| ORDER_TYPE | TEXT | Decode from raw expiration number to binary then converted back to int from the most significant two bits: |