Skip to main content

Get detail of a transaction

GET 

/txs/:txHash

Get detail of a transaction

Request

Path Parameters

    txHash stringrequired

    Transaction hash

Responses

OK

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
Loading...