Skip to main content

Table Description

Event data for streaming swap details on THORChain. This table captures detailed information about streaming swaps including intervals, quantities, and success metrics.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block was created
block_datedateDate of when the block was created
block_monthtimestampMonth of when the block was created
block_heightbigintBlock height
tx_idvarcharTransaction ID
event_idvarcharEvent identifier
intervalvarcharStreaming swap interval
quantitybigintQuantity in the streaming swap
countbigintCount of swaps in the streaming
last_heightbigintLast block height
deposit_assetvarcharDeposit asset identifier
deposit_e8bigintDeposit amount in e8 units
in_assetvarcharInput asset identifier
in_e8bigintInput amount in e8 units
out_assetvarcharOutput asset identifier
out_e8bigintOutput amount in e8 units
failed_swapsarray(varchar)Array of failed swap information
failed_swap_reasonsarray(varchar)Array of reasons for failed swaps
is_successfulbooleanWhether the streaming swap was successful
failed_swap_countbigintNumber of failed swaps
trade_directionvarcharTrade direction (sell_rune, buy_rune, asset_to_asset)
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample