blockchain | varchar | Chain name |
transfer_unique_key | varchar | Unique transfer identifier; join key back to upstream stablecoin transfer tables |
block_month | date | Block month (partition key) |
block_date | date | Block date |
block_time | timestamp | Block timestamp |
tx_hash | varchar | Transaction hash |
transfer_evt_index | bigint | Event index of the underlying token transfer |
activity_evt_index | integer | Event index of the card activity event; NULL where not applicable |
token_address | varchar | Token contract address |
token_symbol | varchar | Token symbol, e.g. USDC, USDT |
sender | varchar | Transfer sender address |
sender_label | varchar | Role label for the sender: user_wallet, custodial_deposit_address, or defi_pool |
receiver | varchar | Transfer receiver address |
receiver_label | varchar | Role label for the receiver: payment_collector or custodial_deposit_address |
amount | double | Normalized token amount |
amount_usd | double | USD value at block time |
amount_raw | uint256 | Raw token amount |
tx_type | varchar | Card event type: card_spend (direct spend), card_top_up (user funding), or batch_settlement (custodial wallet to merchant) |
network | varchar | Card payment network (e.g. Visa, Mastercard) |
card_issuer | varchar | Regulated entity that issues the cards (e.g. Rain, StraitsX, Fiat24, Kulipa) |
card_provider | varchar | Card program operating the user-facing card (e.g. Gnosis Pay, Redotpay, Etherfi) |
mode | varchar | Payment mode or transaction subtype; values vary by provider (e.g. pay_now, pay_later, liquidation); NULL for providers that do not expose this field |
user_address | varchar | End user’s wallet address; may differ from sender for custodial flows |
project_version | varchar | Version of the matched protocol or project |
project_address | varchar | Contract or project address matched |
source_asset_type | varchar | Type of source asset: stablecoin or volatile_asset |