Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.62 KB

File metadata and controls

18 lines (13 loc) · 1.62 KB

GetAddressDetailsFromCallbackRI

Properties

Name Type Description Notes
incoming_transactions_count int Defines the received transaction count to the address.
outgoing_transactions_count int Defines the sent transaction count from the address.
transactions_count int Represents the total number of confirmed coins transactions for this address, both incoming and outgoing. Applies for coins only and not tokens transfers e.g. for Ethereum. transactionsCount could result as less than incoming and outgoing transactions put together (e.g. in Bitcoin), due to the fact that one and the same address could be in senders and receivers addresses.
confirmed_balance GetAddressDetailsFromCallbackRIConfirmedBalance
total_received GetAddressDetailsFromCallbackRITotalReceived
total_spent GetAddressDetailsFromCallbackRITotalSpent
sequence int Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any 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]