Transaction
Path parameters
txhashstringRequiredDefault:
the transaction hash to search for
null
Responses
200
successful operation
application/json
get
GET /transaction/{txhash} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200
successful operation
{
"nonce": 1,
"value": "text",
"receiver": "text",
"sender": "text",
"senderusername": [
1
],
"receiverusername": [
1
],
"gasprice": 1,
"gaslimit": 1,
"data": [
1
],
"signature": "text",
"chainid": "text",
"version": 1,
"options": 1
}
Path parameters
hashstringRequired
the hash of the transaction to look after
Responses
200
successful operation
application/json
400
validation error
get
GET /transaction/{hash} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
{
"data": {},
"error": "text",
"code": "text"
}