Skip to main content

Get transaction by hash

GET 

/ronin/txs/:hash

Returns the details of an individual transaction by its hash.

Request

Path Parameters

    hash stringrequired

    Transaction hash. Example: 0xbc301810755eb6534d7609a67f18843b9e87ed9199d11a7a1327a1669d3871db

Query Parameters

    include_logs boolean

    Include logs

Responses

OK

Schema
    blockHash string
    blockNumber integer
    blockStatus string
    blockTime integer
    chainId string
    contractAddress string
    cumulativeGasUsed integer
    effectiveGasPrice string
    expiredTime integer
    from string
    gas integer
    gasPrice string
    gasUsed integer
    input string
    logs object[]
  • Array [
  • address integer[]
    blockHash integer[]
    blockNumber integer
    blockTime string
    data string
    logIndex integer
    logParam1 integer[]
    logParam2 integer[]
    logParam3 integer[]
    logTopic integer[]
    publishedTime string
    removed boolean
    transactionHash integer[]
    transactionIndex integer
  • ]
  • logsBloom string
    maxFeePerGas string
    maxPriorityFeePerGas string
    nonce integer
    payer string
    payerR string
    payerS string
    payerV string
    r string
    s string
    status integer
    to string
    transactionHash string
    transactionIndex integer
    type integer
    v string
    value string
Loading...
Was this helpful?
Happy React is loading...