GetTransactionByBlockHashAndIndex
post
Returns information about a transaction by block hash and transaction index position. Parameters
DATA
, 32 Bytes - hash of a block.QUANTITY
- integer of the transaction index position. Exampleparams: [ '0x3c82bc62179602b67318c013c10f99011037c49cba84e31ffe6e465a21c521a7', '0x0' // 0 ]
Returns Seeeth_getTransactionByHash
Body
jsonrpcstringRequired
methodstringRequired
paramsstring[]Required
idinteger · int32Required
Responses
200
Successful Operation
500
Internal Server Error
post
POST //getTransactionByBlockHashAndIndex HTTP/1.1
Host: tomo.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 159
{
"jsonrpc": "2.0",
"method": "eth_getTransactionByBlockHashAndIndex",
"params": [
"0x3c82bc62179602b67318c013c10f99011037c49cba84e31ffe6e465a21c521a7",
"0x0"
],
"id": 1
}
No content