Skip to main content

Script CBOR

GET /scripts/:script_hash/cbor

CBOR representation of a plutus script

Request

Path Parameters

    script_hash string required

    Hash of the script

    Example: e1457a0c47dfb7a2f6b8fbb059bdceab163c05d34f195b87b9f2b30e
Responses

Return the CBOR representation of a plutus script


Schema
    cbor string nullable required

    CBOR contents of the plutus script, null for timelocks

Loading...