Skip to content

API reference

Anello exposes no-auth preview endpoints for strategy configuration. These endpoints return JSON and use decimal strings for money, prices, and sizes.

MethodPathDescription
POST/strategies/grid/previewPreview a Hyperliquid spot grid before creating a bot.
  • platform is 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.