FT Token Transfers
This model captures all fungible token (FT) transfers on the Near protocol, including token metadata and USD values when available.
Table Description
Unique Key: unique_id
from_address
The sender address of the transfer
to_address
The recipient address of the transfer
token_address
The contract address of the fungible token
token_name
The name of the token
token_symbol
The symbol of the token
raw_amount_str
The raw token amount as a string
raw_amount
The raw token amount before decimal normalization
amount_str
The normalized token amount as a string
amount
The normalized token amount of the transfer
usd_amount
The USD value of the transfer
usd_exchange_rate
The exchange rate used to calculate the USD value
signer_id
The ID of the signer of the transaction
method_name
The method name invoked in the transaction
transaction_hash
Unique identifier for the transaction
transaction_index
The index of the transaction within the block
transaction_block_height
The block height of the transaction
receipt_id
The ID of the receipt for the transaction
receipt_index
The index of the receipt within the block
receipt_action_index
The index of the action within the receipt
block_height
The height of the block containing this transfer
block_timestamp
Timestamp of the block containing this transfer
block_hash
The hash of the block containing this transfer
chunk_hash
The hash of the chunk containing this transfer
unique_id
A unique identifier for the transfer
_tokens_updated_at
The last update timestamp of the token data
_created_at
The timestamp when the record was created
_updated_at
The timestamp when the record was last updated
Last updated