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
address
Requiredstring
The address to fetch transactions for.
max
integer
The maximum number of transactions to retrieve, defaulting to 500.
Default:
500
Transactions retrieved successfully