post https://{network}.g.alchemy.com/starknet/version/rpc/{version}/
Get the contract class hash in the given block for the contract deployed at the given address
Response
Get the contract class hash in the given block for the contract deployed at the given address
xxxxxxxxxx
15curl --request POST \
--url https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_7/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "starknet_getClassHashAt",
"params": [
"latest",
"latest"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: