Skip to main content

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

OK

Schema

    result

    object

    items

    object[]

  • Array [

  • 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
  • ]

Loading...