Batch
Batch orderbook operations
Privacy, control and operational transparency in the spirit of Silvana Book: portfolio, rebalance simulations, queue monitor and venue configuration audit — in a single interface tuned to an institutional rhythm.
Quick start
Sections are reachable from the top menu. If API_INTERNAL_KEY is set, the server proxy /api/backend/* attaches a Bearer token to API requests. Base URL: BACKEND_INTERNAL_URL or NEXT_PUBLIC_API_URL.
Backend health
Probing GET / on http://api:3000
{
"ok": true,
"service": "batch-order-agent-api"
}