Get detail of a transaction
GET/txs/:txHash
Get detail of a transaction
Request
Path Parameters
txHash stringrequired
Transaction hash
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
result
object
transactionHash string
order integer
opcode string
type string
value string
input string
from string
to string
success boolean
error string
blockNumber integer
blockHash string
blockTime integer
{
"result": {
"transactionHash": "string",
"order": 0,
"opcode": "string",
"type": "string",
"value": "string",
"input": "string",
"from": "string",
"to": "string",
"success": true,
"error": "string",
"blockNumber": 0,
"blockHash": "string",
"blockTime": 0
}
}
not found
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...