v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
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

cborstring nullable required

CBOR contents of the plutus script, null for timelocks

Example response

{
  "cbor": "4e4d01000033222220051200120011"
}