eth_getTransactionByBlockHashAndIndex | BSC Method
POSThttps://bsc.callstaticrpc.com/:apiKey
Returns information about a transaction by block hash and transaction index position.
Request
Responses
- 200
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://bsc.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_getTransactionByBlockHashAndIndex"
}'
ResponseClear