JSON RPC
eth_getTransactionByBlockNumberAndIndex
POST
Returns information about a transaction by block number and transaction index position
Body
number
Serves as a unique identifier for the request
string
Indicates the version of JSON-RPC being used
string
Represents the name of the remote procedure or method to be called
array
Response
number
Returns unique identifier for the request
string
Returns the version of JSON-RPC being used
object
A transaction object, or null when no transaction was found