Skip to main content

Get multiple transactions by hashes

POST 

/ronin/txs/hashes

Returns the details of multiple transactions by their hashes.

Request

Body

required

Array of up to 100 hashes:

{
"hashes": [
"0x..."
]
}
    hashes array[]required

    Possible values: <= 100

Responses

OK

Schema
    items object[]
  • Array [
  • 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...