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

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.