post https://{network}.g.alchemy.com/v2/
Returns the current ethereum protocol version.
Don’t have an API key?
Start using this API in your app today.
Response
Returns the current ethereum protocol version.
Start using this API in your app today.
xxxxxxxxxx
11curl --request POST \
--url https://eth-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_protocolVersion"
}
'
Try It!
to start a request and see the response here! Or choose an example: