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
addressRequiredstring
The address to fetch transaction hashes for.
maxinteger
The maximum number of transaction hashes to retrieve, defaults to 500.
Default:
500Transaction hashes retrieved successfully