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

Column NameDescription
from_addressThe sender address of the transfer
to_addressThe recipient address of the transfer
token_addressThe contract address of the fungible token
token_nameThe name of the token
token_symbolThe symbol of the token
raw_amount_strThe raw token amount as a string
raw_amountThe raw token amount before decimal normalization
amount_strThe normalized token amount as a string
amountThe normalized token amount of the transfer
usd_amountThe USD value of the transfer
usd_exchange_rateThe exchange rate used to calculate the USD value
signer_idThe ID of the signer of the transaction
method_nameThe method name invoked in the transaction
transaction_hashUnique identifier for the transaction
transaction_indexThe index of the transaction within the block
transaction_block_heightThe block height of the transaction
receipt_idThe ID of the receipt for the transaction
receipt_indexThe index of the receipt within the block
receipt_action_indexThe index of the action within the receipt
block_heightThe height of the block containing this transfer
block_timestampTimestamp of the block containing this transfer
block_hashThe hash of the block containing this transfer
chunk_hashThe hash of the chunk containing this transfer
unique_idA unique identifier for the transfer
_tokens_updated_atThe last update timestamp of the token data
_created_atThe timestamp when the record was created
_updated_atThe timestamp when the record was last updated

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

Column NameDescription
from_addressThe sender address of the transfer
to_addressThe recipient address of the transfer
token_addressThe contract address of the fungible token
token_nameThe name of the token
token_symbolThe symbol of the token
raw_amount_strThe raw token amount as a string
raw_amountThe raw token amount before decimal normalization
amount_strThe normalized token amount as a string
amountThe normalized token amount of the transfer
usd_amountThe USD value of the transfer
usd_exchange_rateThe exchange rate used to calculate the USD value
signer_idThe ID of the signer of the transaction
method_nameThe method name invoked in the transaction
transaction_hashUnique identifier for the transaction
transaction_indexThe index of the transaction within the block
transaction_block_heightThe block height of the transaction
receipt_idThe ID of the receipt for the transaction
receipt_indexThe index of the receipt within the block
receipt_action_indexThe index of the action within the receipt
block_heightThe height of the block containing this transfer
block_timestampTimestamp of the block containing this transfer
block_hashThe hash of the block containing this transfer
chunk_hashThe hash of the chunk containing this transfer
unique_idA unique identifier for the transfer
_tokens_updated_atThe last update timestamp of the token data
_created_atThe timestamp when the record was created
_updated_atThe timestamp when the record was last updated