Public v1 is read-only or simulation-only. Saving a private strategy,
deploying an agent, arming live execution, and placing orders still require
a Hizz login or signed wallet session. API input never accepts executable
JavaScript, Python, or arbitrary server code.
Endpoints
All public routes return CORS headers, JSON, and an
X-Hizz-API-Version
response header. Backtests are limited to eight requests per minute per warm
service instance and accept no more than 2,000 days per request.
Call it from Codex
Give Codex the OpenAPI URL and an explicit safety scope:Validate a composition
Start with the strategy template, edit its approved blocks, then post the complete object:graph model used by the Hizz node workbench. Nodes include canonical typed
input/output ports, descriptions, parameters, and parameter help. Edges include
sourcePort, targetPort, and dataType; the compiler rejects incompatible
cables. A rejected response uses HTTP 422 and returns an issues array.
Unknown module kinds are never silently compiled.
Backtest options
Backtest
nav is a mark-to-market equity series recorded on each processed
market bar. While a position is open it includes unrealized profit or loss and
already-paid entry costs; the final point includes closing costs. Chart clients
should preserve local highs and lows when downsampling instead of keeping only
every Nth point.
