Health
Health check
Returns the health status of the service.
curl -X GET "http://localhost:3000/health"{
"status": "healthy"
}Resume trading on an instrument POST
Resume trading on a previously halted instrument. Requires admin authentication.
Account order history GET
Get all orders for the authenticated account, including active, filled, and cancelled orders. Returns order history in Binance-compatible format. Requires `DATABASE_URL` to be configured. **Dev mode:** Requires `X-Account-Address` header. **Production:** Requires `X-Account-Address`, `X-Signature`, and `X-Timestamp` headers.