eth_getTransactionReceipt | Arbitrum Method
POSThttps://arbitrum.callstaticrpc.com/:apiKey
Returns the receipt of a transaction by transaction hash.
Request
Responses
- 200
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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"
]
}'
ResponseClear