Skip to main content

Script JSON

GET /scripts/:script_hash/json

JSON representation of a timelock script

Request

Path Parameters

    script_hash string required

    Hash of the script

    Example: e1457a0c47dfb7a2f6b8fbb059bdceab163c05d34f195b87b9f2b30e
Responses

Return the JSON representation of a timelock script


Schema
    json objectnullablerequired

    JSON contents of the timelock script, null for plutus scripts

    anyOf

  • string
Loading...