Skip to main contentSPL token transfer data for on-chain Solana transfers
Represents native Solana token transfers using the SPL Token program,
including both standard SPL tokens and Token-2022 program tokens.
Properties
| Property | Type |
id | string |
grid_user_id | string |
main_account_address | string |
mint | string |
is_token_2022 | boolean |
signature | string |
confirmation_status | ConfirmationStatus |
from_address | string |
to_address | string |
amount | string |
ui_amount | string |
decimals | number |
confirmed_at? | string |
created_at | string |
updated_at | string |
direction? | TransferDirection |
environment? | GridEnvironment |
instruction_index? | number |