Get internal transaction of a transaction
GET/txs/:txHash/internal_txs
Get internal transaction of a transaction
Request
Path Parameters
txHash stringrequired
Transaction hash
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
result
object
items
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": {
"items": [
{
"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
}
]
}
}
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...