Skip to main content

eth_getTransactionByBlockHashAndIndex | BSC Method

POST 

https://bsc.callstaticrpc.com/:apiKey

Returns information about a transaction by block hash and transaction index position.

Request

Responses

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"
}'
Request Collapse all
Base URL
https://bsc.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    "string"
  ],
  "method": "eth_getTransactionByBlockHashAndIndex"
}
ResponseClear

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