v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Scripts

Specific script

Information about a specific script

get/scripts/{script_hash}

Path parameters

script_hashstring required

Hash of the script

Response

Return the information about a specific script

script_hashstring required

Script hash

type'timelock' | 'plutusV1' | 'plutusV2' | 'plutusV3' required

Type of the script language

serialised_sizeinteger nullable required

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

Example response

{
  "script_hash": "13a3efd825703a352a8f71f4e2758d08c28c564e8dfcce9f77776ad1",
  "type": "plutusV1",
  "serialised_size": 3119
}