Transaction
Fetch transactions by address
Retrieves the latest transactions for a specified address from the Nimiq RPC, including both sent and received transactions. Reward transactions are also included. The max parameter controls the maximum number of transactions returned, with a default of 500.
GET
/
getTransactionsByAddress/{address}/{max}Path Parameters
addressRequiredstring
The address to fetch transactions for.
maxinteger
The maximum number of transactions to retrieve, defaulting to 500.
Default:
500Transactions retrieved successfully