starknet_getCompiledCasm
POST
/{apiKey}
Get the Cairo assembly (CASM) compiled contract class for the given class hash
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"requiredThe Sierra class hash whose compiled CASM will be returned
Responses
200
The compiled contract class in CASM format
Was this page helpful?