Blockchain
GetTransactionHashesByAddress
Returns the hashes for the latest transactions for a given address. All the transactions where the given address is listed as a recipient or as a sender are considered. Reward transactions are also returned. It has an option to specify the maximum number of hashes to fetch, it defaults to 500. It has also an option to retrieve transactions before a given transaction hash (exclusive). If this hash is not found or does not belong to this address, it will return an empty list. The transaction hashes are returned in descending order, meaning the latest transaction is the first.
Parameters
Prop | Type / Default |
---|---|
address | string |
max | number |
startAt | string |
Returns
Prop | Type / Default |
---|---|
returnValue | array |