Skip to main content

eth_getTransactionReceipt | Arbitrum Method

POST 

https://arbitrum.callstaticrpc.com/:apiKey

Returns the receipt of a transaction by transaction hash.

Request

Responses

curl -L 'https://arbitrum.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionReceipt",
"params": [
"0x8fc90a6c3ee3001cdcbbb685b4fbe67b1fa2bec575b15b0395fea5540d0901ae"
]
}'
Request Collapse all
Base URL
https://arbitrum.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_getTransactionReceipt",
  "params": [
    "0x8fc90a6c3ee3001cdcbbb685b4fbe67b1fa2bec575b15b0395fea5540d0901ae"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!