> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Transfers

### Table Details

| Property            | Value                                  |
| ------------------- | -------------------------------------- |
| Table Name          | `stellar.stablecoins.transfers`        |
| Table Status        | Production-Ready                       |
| Unique Key          | `ledger_close_time::date`, `unique_id` |
| Clustering Key(s)   | `ledger_close_time::date, asset_id`    |
| Search Optimization | `asset_id`, `asset_code`               |

### Table Columns

| Column Name                     | Data Type         | Description                                                                     |
| ------------------------------- | ----------------- | ------------------------------------------------------------------------------- |
| product\_id                     | VARCHAR(16777216) | Internal Allium identifier for the stablecoin product.                          |
| is\_native                      | BOOLEAN           | True if the stablecoin is issued natively on Stellar, not bridged.              |
| stablecoin\_type                | VARCHAR(16777216) | Classification of the stablecoin mechanism.                                     |
| currency                        | VARCHAR(16777216) | Stablecoin currency code the asset represents (e.g. USDC).                      |
| event\_type                     | VARCHAR(16777216) | Type or category of the onchain event that produced this record.                |
| event\_stage                    | VARCHAR(16777216) | Stage of the transaction at which the event fired (e.g. during\_tx, after\_tx). |
| event\_index                    | NUMBER(38,0)      | Zero-based index of this event within its transaction.                          |
| from\_address                   | VARCHAR(16777216) | Address the transfer moved from; a G... or C... address.                        |
| from\_muxed\_id                 | VARCHAR(16777216) | 64-bit muxed sub-account id of the sender, if applicable.                       |
| to\_address                     | VARCHAR(16777216) | Address the transfer moved to; a G... or C... address.                          |
| to\_muxed\_id                   | VARCHAR(16777216) | 64-bit muxed sub-account id of the recipient, if applicable.                    |
| contract\_id                    | VARCHAR(16777216) | Soroban contract (C...) address for Soroban-token transfers.                    |
| asset\_id                       | VARCHAR(16777216) | Canonical CODE:ISSUER identifier of the classic asset.                          |
| asset\_code                     | VARCHAR(16777216) | Asset code of the classic asset.                                                |
| asset\_issuer                   | VARCHAR(16777216) | Issuer G-address of the classic asset.                                          |
| token\_id                       | VARCHAR(16777216) | Soroban token id, for tokens represented as Soroban contracts.                  |
| raw\_amount\_str                | VARCHAR(16777216) | Transfer amount in the token's smallest unit, as a string.                      |
| raw\_amount                     | FLOAT             | Transfer amount in the token's smallest unit, not decimal-adjusted.             |
| amount\_str                     | VARCHAR(16777216) | Normalized transfer amount as a string for full precision.                      |
| amount                          | FLOAT             | Transfer amount normalized by the token's decimal precision.                    |
| usd\_amount                     | FLOAT             | USD value of the transfer at the time of the event.                             |
| decimals                        | NUMBER(38,0)      | Number of decimal places for this token.                                        |
| usd\_exchange\_rate             | FLOAT             | USD price per unit of the token used to compute usd\_amount.                    |
| ledger\_sequence                | NUMBER(38,0)      | Stellar ledger sequence number.                                                 |
| ledger\_close\_time             | TIMESTAMP\_NTZ(9) | Timestamp (UTC) when the Stellar ledger closed.                                 |
| ledger\_hash                    | VARCHAR(16777216) | Hash of the Stellar ledger containing this record.                              |
| transaction\_hash               | VARCHAR(16777216) | Hash of the transaction that produced this record.                              |
| transaction\_index              | VARCHAR(16777216) | Index of the transaction within the ledger.                                     |
| transaction\_result             | VARCHAR(16777216) | Stellar transaction result code.                                                |
| transaction\_successful         | VARCHAR(16777216) | Whether the transaction executed successfully.                                  |
| operation\_index                | VARCHAR(16777216) | Index of the operation within the transaction.                                  |
| unique\_id                      | VARCHAR(16777216) | Allium's deterministic unique identifier for this row.                          |
| \_transfer\_created\_at         | TIMESTAMP\_NTZ(9) | Timestamp when the underlying transfer record was first ingested.               |
| \_transfer\_updated\_at         | TIMESTAMP\_NTZ(9) | Timestamp when the underlying transfer record was last updated.                 |
| \_metadata\_updated\_at         | TIMESTAMP\_NTZ(9) | Timestamp when the stablecoin metadata was last updated.                        |
| \_created\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                        |
| \_updated\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                   |
| \_changed\_since\_full\_refresh | BOOLEAN           | Indicates if the record has changed since the last full data refresh.           |
