Tx id
Path parameters
txIdstring · 32-byte-hashRequired
Query parameters
groupinteger · int32Optional
Responses
200
Ok
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get
GET /events/tx-id/{txId} HTTP/1.1
Host: alephium.nownodes.io
Accept: */*
{
"events": [
{
"blockHash": "bdaf9dc514ce7d34b6474b8ca10a3dfb93ba997cb9d5ff1ea724ebe2af48abe5",
"contractAddress": "vSxdLL2kE3o6vJBdKkdgmS3W39G3ZEmFHpo2y1jnbzBq",
"eventIndex": 1,
"fields": [
{
"type": "Address",
"value": "1AujpupFP4KWeZvqA7itsHY9cLJmx4qTzojVZrg8W9y"
},
{
"type": "U256",
"value": "10"
}
]
}
]
}