Skip to main content

Table Description

Event-level data for swaps executed on THORChain. This table captures detailed swap events including amounts, fees, slippage, and streaming swap information.

Column Descriptions

ColumnTypeDescription
tx_idbigintTransaction ID
blockchainvarcharSource blockchain identifier
from_addressvarcharSource address
to_addressvarcharDestination address
from_assetvarcharSource asset identifier
from_e8bigintFrom E8
to_assetvarcharDestination asset identifier
to_e8bigintTo E8
memovarcharTransaction memo
pool_namevarcharName of the liquidity pool
to_e8_minbigintTo E8 Min
swap_slip_bpvarcharSwap slippage in basis points
liq_fee_e8bigintLiq Fee E8
liq_fee_in_rune_e8bigintLiq Fee In Rune E8
_DIRECTIONvarcharDirection
event_idbigintEvent identifier
block_timestamptimestampTimestamp of when the block was created
streaming_countvarcharStreaming Count
streaming_quantityvarcharStreaming Quantity
_TX_TYPEvarcharTx Type
_INSERTED_TIMESTAMPtimestampTimestamp of the record
fact_swap_events_idbigintSurrogate key for the swap event record
dim_block_idbigintReference to the block dimension table
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample