post https://api.zan.top/node/v1/mint/mainnet/
Returns information about a block by block hash.
Log in to see full request history
Response
Returns information about a block by block hash.
xxxxxxxxxx
15curl --request POST \
--url https://api.zan.top/node/v1/mint/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getBlockByHash",
"params": [
"0xb3b20624f8f0f86eb50dd04688409e5cea4bd02d700bf6e79e9384d47d6a5a35",
false
]
}
'
Try It!
to start a request and see the response here! Or choose an example: