post https://astar-mainnet.g.alchemy.com/v2/
Returns the receipt of a transaction by transaction hash.
Response
Returns the receipt of a transaction by transaction hash.
xxxxxxxxxx
14curl --request POST \
--url https://astar-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionReceipt",
"params": [
"0x8fc90a6c3ee3001cdcbbb685b4fbe67b1fa2bec575b15b0395fea5540d0901ae"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: