API reference
Anello exposes no-auth preview endpoints for strategy configuration. These endpoints return JSON and use decimal strings for money, prices, and sizes.
Public endpoints
Section titled “Public endpoints”| Method | Path | Description |
|---|---|---|
POST | /strategies/grid/preview | Preview a Hyperliquid spot grid before creating a bot. |
Conventions
Section titled “Conventions”platformis currently always"hyperliquid".- Money and prices are decimal strings, not floats.
- Pydantic validation errors return the standard
{ "detail": [...] }shape. - Domain errors return
{ "code": "...", "message": "..." }. - Preview endpoints are rate limited by client IP.
Authenticated app routes for users, bots, agents, and notifications are not public API at this stage.