Cardano » Scripts
Script CBOR
CBOR representation of a plutus script
get/scripts/{script_hash}/cbor
Path parameters
script_hashstring required
Hash of the script
Response
Return the CBOR representation of a plutus script
Example response
{
"cbor": "4e4d01000033222220051200120011"
}