Skip to main content
Schema: axelar.axelscan Table: fact_transfers Type: View This table contains the records from Axelscan for cross-chain transfers. This table will not contain the current day’s data and will always be one day behind.

Columns

Column NameData TypeDescription
IDTEXTThe unique identifier for the transfer
CREATED_ATTIMESTAMP_NTZThe timestamp the transfer was created
STATUSTEXTThe status of the transfer
SEND_AMOUNTFLOATThe amount of the transfer
SEND_AMOUNT_RECEIVEDFLOATThe amount of the transfer received
SEND_FEEFLOATThe fees of the transfer
SEND_DENOMTEXTThe denomination of the transfer
SOURCE_CHAINTEXTThe source chain of the transfer
DESTINATION_CHAINTEXTThe destination chain of the transfer
SENDER_ADDRESSTEXTThe address of the sender
RECIPIENT_ADDRESSTEXTThe address of the recipient
SIMPLIFIED_STATUSTEXTThe simplified status of the transfer
LINKVARIANTThe link object of the transfer
SENDVARIANTThe send object of the transfer
DATAVARIANTThe raw API response
FACT_TRANSFERS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.