post https://api.zan.top/node/v1/mantle/mainnet/
Returns block info for multiple blocks
Log in to see full request history
Response
Returns block info for multiple blocks
xxxxxxxxxx
16curl --request POST \
--url https://api.zan.top/node/v1/mantle/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getBlockRange",
"params": [
"0x1",
"0x2",
false
]
}
'
Try It!
to start a request and see the response here! Or choose an example: