Skip to main content

ZTB1 Timebase Bridge

Bidirectional Unix ↔ Zeqond time conversion. Lossless mapping between standard epoch time and HulyaPulse computational time.

EndpointPOST /api/zeq/timebridge
Authnone
Rate limit120/min
Categorycore

Parameters

NameTypeRequiredDescription
timestampnumberYesUnix timestamp (seconds) or Zeqond count.
fromstringNo'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.