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
Example response
{
"json_value": {
"int": 42
}
}Query JSON value of a datum by its hash
Hash of the datum
Return the datum value
{
"json_value": {
"int": 42
}
}