post https://arbitrum-mainnet.luniverse.io/
블록의 Number 값으로 해당 블록에 포함된 트랜잭션의 수를 조회합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
블록의 Number 값으로 해당 블록에 포함된 트랜잭션의 수를 조회합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
14curl --request POST \
--url https://arbitrum-mainnet.luniverse.io/nodeId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getBlockTransactionCountByNumber",
"params": [
"0x79E4FB6"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: