eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction given a block number and transaction index position. The API credit value for this method is 80
1. Parameters
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_getTransactionByBlockNumberAndIndex","params":["0xc5043f", "0x0"],"id":1,"jsonrpc":"2.0"}'
Last updated
Was this helpful?