post https://{network}.g.alchemy.com/v2/
Returns the number of the most recent block.
Response
Returns the number of the most recent block.
xxxxxxxxxx
11curl --request POST \
--url https://opt-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_blockNumber"
}
'