Table Details
| Property | Value |
|---|---|
| Table Name | aptos.staking.deposits |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, transaction_hash, event_index |
| Clustering Key(s) | block_timestamp::date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| account_address | VARCHAR(134217728) | The address of the account that made the stake deposit |
| pool_address | VARCHAR(134217728) | The address of the validatorβs stake pool receiving the deposit |
| amount_str | VARCHAR(134217728) | The normalized string representation of deposit amount in APT |
| amount | FLOAT | The amount of APT tokens deposited (normalized to APT) |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the stake deposit occurred |
| block_height | NUMBER(38,0) | The block height at which the stake deposit occurred |
| block_hash | VARCHAR(134217728) | The hash of the block containing the stake deposit |
| transaction_version | NUMBER(38,0) | The version of the transaction containing the stake deposit |
| transaction_hash | VARCHAR(134217728) | The hash of the transaction containing the stake deposit |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block |
| event_index | NUMBER(38,0) | The index of the event within the transaction |
| sequence_number | NUMBER(38,0) | The sequence number of the event |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated |