ZTB1 Timebase Bridge
Bidirectional Unix ↔ Zeqond time conversion. Lossless mapping between standard epoch time and HulyaPulse computational time.
| Endpoint | POST /api/zeq/timebridge |
| Auth | none |
| Rate limit | 120/min |
| Category | core |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
timestamp | number | Yes | Unix timestamp (seconds) or Zeqond count. |
from | string | No | 'unix' or 'zeqond'. Default: 'unix'. |
Returns
{ unix, zeqond, phase, phaseRadians, R_t, direction }
Example
curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"timestamp": 0,
"from": "unix"
}' \
"https://zeqsdk.com/api/zeq/timebridge"
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-timebridge.