ZeqField Status
Cryptographic infrastructure status — cipher, key derivation, salt source, proof algorithm. No key material exposed.
| Endpoint | GET /api/admin/zeqfield/status |
| Auth | admin |
| Rate limit | 30/min |
| Category | admin |
Parameters
No parameters.
Returns
{ protocol, cipher, keyDerivation, saltSource, proofAlgorithm, ZEQ_FIELD_KEY, protocols }
Example
curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/admin/zeqfield/status"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-field-status.