Skip to main content

Specific script

GET /scripts/:script_hash

Information about a specific script

Request

Path Parameters

    script_hash string required

    Hash of the script

    Example: e1457a0c47dfb7a2f6b8fbb059bdceab163c05d34f195b87b9f2b30e
Responses

Return the information about a specific script


Schema
    script_hash string required

    Script hash

    type string required

    Possible values: [timelock, plutusV1, plutusV2]

    Type of the script language

    serialised_size integer nullable required

    The size of the CBOR serialised script, if a Plutus script

Loading...