Retrieve Node transaction events by address
Retrieve the transaction events for a specific Node by its address. This endpoint allows filtering by cursor and limit for pagination.
GET
/nta/nodes/
{address}
/eventsPath Parameters
address
Requiredstring
The address of the Node to retrieve.
Query Parameters
cursor
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
limit
integer
Limit the number of results
Default:
50
A successful response containing transaction events for the specified node. Each entry in the data array includes detailed information about the event.