Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.67 KB

ListConfirmedTokensTransfersByAddressAndTimeRangeRI.md

File metadata and controls

20 lines (17 loc) · 1.67 KB

# ListConfirmedTokensTransfersByAddressAndTimeRangeRI

Properties

Name Type Description Notes
contract_address string Represents the contract address of the token, which controls its logic. It is not the address that holds the tokens.
mined_in_block_height int Defines the block height in which this transaction was confirmed/mined.
recipient_address string Defines the address to which the recipient receives the transferred tokens.
sender_address string Defines the address from which the sender transfers tokens.
token_decimals int Defines the decimals of the token, i.e. the number of digits that come after the decimal coma of the token.
token_id string Represents the unique token identifier. [optional]
token_name string Defines the token's name as a string.
token_symbol string Defines the token symbol by which the token contract is known. It is usually 3-4 characters in length.
token_type string Defines the specific token type.
tokens_amount string Defines the token amount of the transfer. [optional]
transaction_hash string Represents the hash of the transaction, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
transaction_timestamp int Defines the specific time/date when the transaction was created in Unix Timestamp.

[Back to Model list] [Back to API list] [Back to README]