post https://bnb-mainnet.g.alchemy.com/v2/
Returns information about a transaction by block hash and transaction index position.
Response
Returns information about a transaction by block hash and transaction index position.
xxxxxxxxxx
15curl --request POST \
--url https://bnb-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0xbf06c77f6ed9a65441795eb8c2ccd694b3fc9b4d1be6066bf7ed52c73c5ec97c",
"0x64"
],
"method": "eth_getTransactionByBlockHashAndIndex"
}
'
Try It!
to start a request and see the response here! Or choose an example: