This is an example call for eth_getTransactionByBlockNumberAndIndex
.
{ "jsonrpc": "2.0", "id": "1", "method": "eth_getTransactionByBlockNumberAndIndex", "params": [ "latest", "0x0" ] }
{ "jsonrpc": "2.0", "id": "1", "result": { "blockHash": "0x9ae4e395f83911d91e536b68881fb807eb3602b10f6000ce03a53ccd821d8ed2", "blockNumber": "0x273885b", "from": "0xd76caeb3cf036762d40456496ec039539a6b9bdc", "gas": "0xc350", "gasPrice": "0x1d1a94a2000", "hash": "0x61622560b1c451fe4e53be4d8da77f916f35e3aba4577e87206f916d99ccff88", "input": "0x62884a880000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002e516d59415352755777706a3756775a6944776e4d554a7a685847556e7051364770423874426b32595735536d704d000000000000000000000000000000000000", "nonce": "0x29644e", "to": "0xdbb56e3f2f433e8cfb9bcb0972197a3c1557aa6d", "transactionIndex": "0x0", "value": "0x0", "v": "0x1c", "r": "0x9ea41451421fac73b812c6621823a98040a07a1ade28bb256fe0a0fca05766d4", "s": "0x1930f664dc95eb02334681b7787bd0a9af1f83afbefe60db9027dff12cfe52fd" } }