Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

This model captures all native NEAR token transfers, including gas fees and other native token movements.

Column Description

Unique Key: unique_id
Column NameDescription
from_addressThe sender address of the NEAR transfer
to_addressThe recipient address of the NEAR transfer
token_addressThe address of the native NEAR token (fixed as ‘near’)
token_nameThe name of the token (fixed as ‘Near’)
token_symbolThe symbol of the token (fixed as ‘NEAR’)
raw_amount_strThe raw amount in yoctoNEAR as a string
raw_amountThe raw amount in yoctoNEAR
amount_strThe normalized amount in NEAR as a string
amountThe normalized amount in NEAR
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
successBoolean indicating if the transaction was successful
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
_created_atThe timestamp when the record was created
_updated_atThe timestamp when the record was last updated