v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Scripts

Datum value

Query JSON value of a datum by its hash

get/scripts/datum/{datum_hash}

Path parameters

datum_hashstring required

Hash of the datum

Response

Return the datum value

json_valueobject required

JSON content of the datum

Example response

{
  "json_value": {
    "int": 42
  }
}