Skip to main content

Transfers

The Bridge Transfers table aggregates transaction-level bridge transfers across multiple blockchains indexed by Allium.
We are actively improving bridge protocol & blockchain coverage and data completeness for the bridges vertical.

Columns

Unique key: unique_id
Column NameData TypeDescription
bridgeVARCHARThe slug or name of the bridge. For canonical bridges, the bridge name corresponds to the destination chain name.
protocolVARCHARThe protocol associated with the bridge transfer. Optimism stack bridge events will share the same bridge protocol, op.
contract_addressVARCHARThe contract address of the bridge.
sender_addressVARCHARThe address that initiated the transfer.
recipient_addressVARCHARThe address that received the transfer on the destination chain, if applicable.
directionVARCHARThe direction of the transfer (e.g., inbound or outbound), based on the chain.
source_chain_idVARCHARThe ID of the source chain. Note that for non-EVM chains, there is typically no chainID.
source_chainVARCHARThe name of the source chain, i.e. the chain on which a token was originally deployed and minted.
destination_chain_idVARCHARThe ID of the destination chain. Note that for non-EVM chains, there is typically no chainID.
destination_chainVARCHARThe name of the destination chain, i.e. the chain on which a bridge user wants to have their tokens.
token_in_addressVARCHARThe address of the token being transferred.
token_in_nameVARCHARThe name of the token being transferred.
token_in_symbolVARCHARThe symbol of the token being transferred.
token_in_amount_rawVARCHARThe raw amount of the token being transferred.
token_in_amount_strVARCHARThe string representation of the token amount being transferred.
token_in_amountFLOATThe normalized amount of the token being transferred.
usd_in_amountFLOATThe USD equivalent of the token being transferred.
token_out_addressVARCHAR(Nullable) The address of the token being transferred out.
token_out_nameVARCHAR(Nullable) The name of the token being transferred out.
token_out_symbolVARCHAR(Nullable) The symbol of the token being transferred out.
token_out_amount_rawVARCHAR(Nullable) The raw amount of the token being transferred out.
token_out_amount_strVARCHAR(Nullable) The string representation of the token amount being transferred out.
token_out_amountFLOAT(Nullable) The normalized amount of the token being transferred out.
usd_out_amountFLOAT(Nullable) The USD equivalent of the token being transferred out.
usd_amountFLOATThe USD equivalent of the transfer, capped at a maximum value.
fee_token_addressVARCHARThe address of the token used to pay transaction fees.
fee_token_priceFLOATThe price of the fee token in USD.
fee_amount_rawVARCHARThe raw amount of fees paid.
fee_amount_strVARCHARThe string representation of the fee amount.
fee_amountFLOATThe normalized fee amount.
usd_fee_amountFLOATThe USD equivalent of the fee amount.
extra_fieldsVARIANTAdditional fields related to the transfer.
transaction_hashVARCHARThe hash of the transaction.
transaction_indexNUMBERThe index of the transaction within the ledger.
event_indexNUMBERThe index of the event within the transaction.
ledger_close_timeTIMESTAMP_NTZ(9)The close time of the ledger containing the transaction (Stellar-specific).
ledger_hashVARCHARThe hash of the ledger containing the transaction (Stellar-specific).
unique_idVARCHARA unique identifier for the transfer.
_created_atTIMESTAMP_NTZ(9)The timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the record was last updated.