Transaction
Fetch transaction hashes by address
Retrieves the latest transaction hashes for a given address from the Nimiq RPC. Transactions include those where the address is listed as either sender or recipient. The number of hashes returned can be limited by the optional max parameter, defaulting to 500.
GET
/
getTransactionHashesByAddress
/{address}
/{max}
Path Parameters
address
Requiredstring
The address to fetch transaction hashes for.
max
integer
The maximum number of transaction hashes to retrieve, defaults to 500.
Default:
500
Transaction hashes retrieved successfully