post https://ethereum-mainnet.luniverse.io/
설정한 필터 조건에 맞는 트랜잭션들에 대해서 trace 결과를 반환합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
설정한 필터 조건에 맞는 트랜잭션들에 대해서 trace 결과를 반환합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
20curl --request POST \
--url https://ethereum-mainnet.luniverse.io/nodeId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "trace_filter",
"params": [
{
"fromBlock": "0xc26f54",
"toBlock": "0xc26f54",
"fromAddress": [
"0x36e85b58d6f66f0ad5ee4ee97eb5102fd9e4d110"
]
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: