Skip to main content

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

OK

Schema
    result object
    revertReason string
    blockNumber string
    confirmations string
    from string
    gasLimit string
    gasPrice string
    gasUsed string
    hash string
    input string
    logs object[]
  • Array [
  • address string
    data string
    topics string[]
  • ]
  • success boolean
    timeStamp string
    to string
    value string
    status string
Loading...

Was this page helpful?