eth_getTransactionByBlockNumberAndIndex
POST
{{GETBLOCK_URL}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_getTransactionByHash",
"id": 46,
"params": [
"0xcafebf45ec4c38f2516d2babc58ec49665529a97f36fd423c09df3c183cfced2"
]
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-04 20:29:24