Get transaction info
GET/?module=transaction&action=gettxinfo
Get transaction info
Request
Query Parameters
module stringrequired
Possible values: [transaction
]
action stringrequired
Possible values: [gettxinfo
]
txhash stringrequired
index integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
result object
revertReason string
blockNumber string
confirmations string
from string
gasLimit string
gasPrice string
gasUsed string
hash string
input string
logs object[]
address string
data string
topics string[]
success boolean
timeStamp string
to string
value string
status string
{
"result": {
"revertReason": "string",
"blockNumber": "string",
"confirmations": "string",
"from": "string",
"gasLimit": "string",
"gasPrice": "string",
"gasUsed": "string",
"hash": "string",
"input": "string",
"logs": [
{
"address": "string",
"data": "string",
"topics": [
"string"
]
}
],
"success": true,
"timeStamp": "string",
"to": "string",
"value": "string"
},
"status": "string"
}
Loading...