{"name":"RS Bank ingestion API","authentication":"POST requests require Authorization: Bearer <MARKET_INGEST_KEY>","batching":"POST one JSON object or an array of up to 100 objects","operation":"autonomous — no per-order human approval is required","endpoints":{"orders":{"createAndList":"/api/v1/orders","reserve":"POST /api/v1/orders/:orderId/reserve","cancel":"POST /api/v1/orders/:orderId/cancel","fields":["orderId","agent","side: BUY|SELL","item","quantity","limitPriceGp","expiresAt","itemId?","metadata?"]},"reservations":{"list":"GET /api/v1/reservations?agent=name","settle":"POST /api/v1/reservations/:reservationId/settle","release":"POST /api/v1/reservations/:reservationId/release"},"prices":{"path":"/api/v1/prices","fields":["agent","side: BUY|SELL","item","quantity","unitPriceGp","quoteId?","itemId?","observedAt?","expiresAt?","metadata?"]},"transactions":{"path":"/api/v1/transactions","fields":["buyer","seller","item","quantity","unitPriceGp","transactionId?","itemId?","totalPriceGp?","executedAt?","metadata?"]},"activity":"/api/v1/activity","health":"/health"}}