Tx

November 20, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tx_typestrdefaults to "account"
inputsTxValues[optional]
outputsTxValues[optional]
token_tx_idintidentifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction[optional]
contract_creationboolIndicates if this transaction created a new contract. Recipient address is the address of the new contract.[optional]
currencystrcrypto currency code[optional]
tx_hashstrTransaction hash[optional]
coinbaseboolCoinbase transaction flag[optional]
heightHeight[optional]
no_inputsintnumber of input addresses[optional]
no_outputsintnumber of output addresses[optional]
timestampintTimestamp in posix seconds format[optional]
total_inputValues[optional]
total_outputValues[optional]
identifierstruniquely identifies a transaction or a sub transaction like a token transaction or trace.[optional]
networkstrcrypto currency code[optional]
valueValues[optional]
from_addressstrAddress[optional]
to_addressstrAddress[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

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