Skip to main content

Overview

The transfers table tracks all movement of RWA tokens across different blockchains, including regular transfers between addresses as well as mint and burn events.

Tables

Table NameDescription
crosschain.rwa.transfersAll transfers of RWA tokens across different blockchains.

Table Columns

All transfers of RWA tokens across different blockchains. This model tracks the movement of tokenized traditional assets across all asset classes and asset types.Unique key: unique_id
Column NameDescription
rwa_class(Deprecated — removed March 15, 2026) Classification of the RWA token. Use asset_class and asset_type instead.
asset_classTop-level V2 classification (rates, equities, credit, fx, commodities, private_funds, real_estate)
asset_typeGranular V2 sub-classification within the asset class
chainThe blockchain network where the transfer occurred (e.g., ethereum, solana, aptos)
token_typeThe token standard (e.g., erc20, spl_token)
token_addressThe contract address of the RWA token
token_nameThe name of the RWA token
token_symbolThe symbol of the RWA token
raw_amountThe raw amount of tokens transferred (not adjusted for decimals)
amountThe amount of tokens transferred (adjusted for decimals)
usd_amountThe USD value of the transferred tokens at the time of transfer
from_addressThe address that sent the tokens
to_addressThe address that received the tokens
token_acc_fromThe token account of the sender (applicable for Solana only)
token_acc_toThe token account of the receiver (applicable for Solana only)
transaction_hashThe hash of the transaction (or txn_id for Solana)
block_timestampThe timestamp of the block when the transaction was executed
block_numberThe number of the block when the transaction was executed
block_hashThe hash of the block when the transaction was executed
unique_idUnique identifier for the transfer event
event_nameThe name of the transfer event (e.g., Transfer, Mint, Burn)
is_mintBoolean flag indicating if this is a token minting event
is_burnBoolean flag indicating if this is a token burning event
_transfers_created_atTimestamp when the transfer was first recorded in the source system
_created_atTimestamp when this record was created
_updated_atTimestamp when this record was last updated