Skip to main content
GET
/
is-valid-root
cURL
curl --request GET \
  --url https://api.example.com/is-valid-root
{
  "valid": true
}

Documentation Index

Fetch the complete documentation index at: https://tfh-murph-idkit-intro.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

root
string
required

Root to validate (hex string).

Response

TODO

Response payload for root validity checks.

valid
boolean
required

Whether the root is currently valid on-chain.