post https://{optimism-network}.nodit.io/
블록 해시와 트랜잭션 인덱스를 입력하여 해당 트랜잭션의 정보를 조회합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
블록 해시와 트랜잭션 인덱스를 입력하여 해당 트랜잭션의 정보를 조회합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
16curl --request POST \
--url https://optimism-mainnet.nodit.io/ \
--header 'X-API-KEY: nodit-demo' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionByBlockHashAndIndex",
"params": [
"0x59f63e3840e0f4a1659074c1a4021e881a268a52d31958688da1d66bfbf6d2ca",
"0x0"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: