| address | Address where the token is being transferred from | varchar | CTz5UMLQm2SRWHzQnU62Pi4yJqbNGjgRBHqqp6oDHfF7 | dSaHguZBem6EhwBtyDECVmCwsWirH1Dh2i2PpG8e7mF |
| counterparty address | Address where the token is being transferred to | varchar | dSaHguZBem6EhwBtyDECVmCwsWirH1Dh2i2PpG8e7mF | CTz5UMLQm2SRWHzQnU62Pi4yJqbNGjgRBHqqp6oDHfF7 |
| token_acc | Token account sender address. | varchar | CKxTHwM9fPMRRvZmFnFoqKNd9pQR21c5Aq9bh5h9oghX | 6U94xsq7wEoqQsB9dnA6cG98ZAu11d5MURVmMHp8gCjE |
| counterparty_token_acc | Token account recipient address. | varchar | 6U94xsq7wEoqQsB9dnA6cG98ZAu11d5MURVmMHp8gCjE | CKxTHwM9fPMRRvZmFnFoqKNd9pQR21c5Aq9bh5h9oghX |
| mint | Mint address of the token transferred. | varchar | So11111111111111111111111111111111111111112 | So11111111111111111111111111111111111111112 |
| decimals | The number of decimal points the token amounts are represented in. This is used to calculate the normalized amount of a token by taking the raw amount divided by 10^decimal_points. | number | 9 | 9 |
| symbol | Symbol of the token transferred | varchar | SOL | SOL |
| raw_amount | Raw of amount of token (unnormalized) transferred. | float | -100,000,000,000 | 100,000,000,000 |
| raw_amount_str | Raw of amount of token (unnormalized) transferred, in string format. | varchar | -100000000000 | 100000000000 |
| amount | Amount of token transferred, normalized. | float | -100 | 100 |
| amount_str | Amount of token transferred, normalized in string format. | varchar | -100 | 100 |
| usd_amount | USD value of the token amount transferred. | float | -2,183 | 2,183 |
| usd_exchange_rate | Price of the token at the time of transfer. | varchar | 21.83 | 21.83 |
| block_slot | Block slot of the transfer. | varchar | 190,517,728 | 190,517,728 |
| block_height | Block height of the transfer | number | 173,456,263 | 173,456,263 |
| block_timestamp | Block timestamp of the transfer. | timestamp_ntz | 2023-04-26 03:13:40 | 2023-04-26 03:13:40 |
| block_hash | Block hash of the transfer. | varchar | 49f7BzeVSFbbZFJATov5Zqjfj8oYmkRXk4cfcWoD6uLd | 49f7BzeVSFbbZFJATov5Zqjfj8oYmkRXk4cfcWoD6uLd |
| txn_id | Transaction ID of the transfer. | varchar | 4cyTVSNny69cMuZBoiaGucHB7DAqDwUybJ2Eu7Gdqha8XK6nsiLTKNNF8Ewrkm4N56TCk5HvGMakJh9FRSzrcUk | 4cyTVSNny69cMuZBoiaGucHB7DAqDwUybJ2Eu7Gdqha8XK6nsiLTKNNF8Ewrkm4N56TCk5HvGMakJh9FRSzrcUk |
| txn_index | Transaction Index of the transfer. | number | 1,978 | 1,978 |
| instruction_index | Transfer instruction index. | number | 4 | 4 |
| inner_instruction_index | Transfer inner instruction index. | number | 4 | 4 |
| program_name | Program name of the transfer transaction. Includes system and spl-token | varchar | spl-token | spl-token |
| type | Includes transfer, transferChecked, setAuthority, transferWithSeed | varchar | transfer | transfer |
| transfer_type | Transfer type. Includes sol_transfer, spl_token_transfer, token_account_transfer | varchar | spl_token_transfer | spl_token_transfer |
| unique_id | Unique id of the transfer. | varchar | txn_id-4cyTVSNny69cMuZBoiaGucHB7DAqDwUybJ2Eu7Gdqha8XK6nsiLTKNNF8Ewrkm4N56TCk5HvGMakJh9FRSzrcUk_i_index-4_ii_index-4_credit | txn_id-4cyTVSNny69cMuZBoiaGucHB7DAqDwUybJ2Eu7Gdqha8XK6nsiLTKNNF8Ewrkm4N56TCk5HvGMakJh9FRSzrcUk_i_index-4_ii_index-4_debit |