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 Name | Data Type | Description |
|---|---|---|
| ID | TEXT | The unique identifier for the transfer |
| CREATED_AT | TIMESTAMP_NTZ | The timestamp the transfer was created |
| STATUS | TEXT | The status of the transfer |
| SEND_AMOUNT | FLOAT | The amount of the transfer |
| SEND_AMOUNT_RECEIVED | FLOAT | The amount of the transfer received |
| SEND_FEE | FLOAT | The fees of the transfer |
| SEND_DENOM | TEXT | The denomination of the transfer |
| SOURCE_CHAIN | TEXT | The source chain of the transfer |
| DESTINATION_CHAIN | TEXT | The destination chain of the transfer |
| SENDER_ADDRESS | TEXT | The address of the sender |
| RECIPIENT_ADDRESS | TEXT | The address of the recipient |
| SIMPLIFIED_STATUS | TEXT | The simplified status of the transfer |
| LINK | VARIANT | The link object of the transfer |
| SEND | VARIANT | The send object of the transfer |
| DATA | VARIANT | The raw API response |
| FACT_TRANSFERS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |