API

API reference

Application endpoints for assets, market, agents, engine, and status.

#Endpoints

MethodPathPurpose
GET/api/assetsActive Stock Token metadata
GET/api/marketCurrent normalized quote snapshot
GET/api/agentsBuilt-in and published definitions
POST/api/agentsPublish a validated definition
GET/api/engineRuntime state and decisions
GET/api/statusDynamic system health

#Conventions

JSON responses use ISO timestamps. Missing financial values are null rather than zero. Error responses use non-2xx status and a literal error message where applicable.

#Schema source

Endpoint examples below mirror the current route handlers and TypeScript types. The reference intentionally omits fields that are not returned.