POST
/
v1
/
l1
/
fact-hash-calculation
Calculate fact hash for L1
curl --request POST \
  --url https://atlantic.api.herodotus.cloud/v1/l1/fact-hash-calculation \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "factHash": "<string>"
}

Body

application/json
pieFile
file
required

Response

Fact hash calculation successful

factHash
string
required

The calculated fact hash.