Skip to main content

Get details of multiple transactions

POST 

/txs

Get details of multiple transactions

Request

Body

required

Request body

    hashes string[]

Responses

OK

Schema

    result

    object

    items

    object[]

  • Array [

  • transactionHash string
    transactionIndex integer
    blockHash string
    blockNumber integer
    from string
    to string
    contractAddress string
    status integer
    gas integer
    gasPrice string
    effectiveGasPrice string
    gasUsed integer
    cumulativeGasUsed integer
    logsBloom string
    input string
    nonce integer
    value string
    type integer
    v string
    r string
    s string
    blockTime integer
    chainId string
    maxFeePerGas string
    maxPriorityFeePerGas string
    payer string
    payerV string
    payerR string
    payerS string
    expiredTime integer
  • ]

Loading...