| BLOCK_ID | NUMBER | The height of the chain this block corresponds with. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| TX_HASH | TEXT | Unique identifier (hash) of this transaction. |
| TOKEN_ADDRESS | TEXT | The contract address corresponding to the token, view details of the contract by following this address on the chain explorer. |
| AMOUNT_UNADJ | NUMBER | Unadjusted amount of tokens as it appears on-chain (not decimal adjusted). This is the raw token amount before any decimal precision adjustments are applied. For example, if transferring 1 NEAR token, the amount_raw would be 1000000000000000000000000 (1e24) since NEAR has 24 decimal places. This field preserves the exact on-chain representation of the token amount for precise calculations and verification. |
| SYMBOL | TEXT | Token symbol (e.g., âwNEARâ, âSWEATâ). This field contains the abbreviated identifier for the token as commonly used in trading pairs, price feeds, and user interfaces. Token symbols are typically 2-6 characters long and provide a quick way to identify tokens without using their full contract addresses. Examples include âNEARâ for the native token, âwNEARâ for wrapped NEAR, and âUSDCâ for USD Coin. |
| AMOUNT | FLOAT | The amount of tokens transferred |
| If in the ez* view, this number is decimal adjusted to actual amount. If in silver level or a fact* view, the raw amount is presented | | |
| PRICE | FLOAT | |
| AMOUNT_USD | FLOAT | USD value of the token transfer (null if hourly price not available). This field provides the dollar equivalent value of the token transfer by multiplying the decimal-adjusted token amount by the tokenâs USD price at the time of the transfer. This field is null when price data is unavailable, which can occur for new tokens, tokens with low liquidity, or during periods when price feeds are unavailable. |
| TOKEN_IS_VERIFIED | BOOLEAN | Boolean flag indicating whether the token or price record is verified by Flipsideâs crosschain curation process. Verified tokens are prioritized for analytics and are considered reliable for most use cases. Unverified tokens may be incomplete, deprecated, or experimental. |
| DESTINATION_ADDRESS | TEXT | The address tokens are being sent to, in a transfer or bridge transaction. |
| SOURCE_ADDRESS | TEXT | The originating address from which tokens are being sent, in a transfer or bridge transaction. |