Swaps

ColumnTypeDescription

tx_id

TEXT

ID for the transaction.

block_timestamp

TIMESTAMP_NTZ

The date and time for when the block was written.

block_height

NUMBER

The block height the block was recorded at.

swap_contract

TEXT

The smart contract address of the DEX swap pool.

trader

TEXT

The account address of the trader performing the swap action.

token_out_amount

FLOAT

The amount of the token being swapped that the trader is sending to the pool (selling).

token_out_contract

TEXT

The smart contract address for the token that is being swapped out of the traders wallet.

token_in_amount

FLOAT

The amount of the token being swapped that the trader is receiving from the pool (buying).

token_in_contract

TEXT

The smart contract address for the token that is being swapped into the traders wallet.

Last updated