POST /api/protocol/pohc/finality
PLAT-chain finality check Verifies that a state transition has reached finality (2 Zeqonds old).
| Method | POST |
| Path | /api/protocol/pohc/finality |
| Auth | public (no key) |
| Group | Proofs · Pohc Protocol |
Request
curl -X POST https://zeqsdk.com/api/protocol/pohc/finality \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.