recEasyBotStrategy
Returns an Aurora-recommended strategy and bot business type based on symbol, product, and direction for simplified bot creation.
Instructions
Returns a single Aurora-recommended strategy plus the bot business type
(biz) for the given symbol + product + direction triple. Used by
the EasyBot one-click create flow.
Rate limit: 20 requests per second per UID per path.
Agent hint: Use this when the user wants the simplest path to create a bot: they
give you a symbol, whether it's spot or futures, and which direction
they want, and Aurora picks the rest. The response includes biz
telling you which bot type (e.g. SPOT_GRID, FUTURE_GRID) was picked —
feed that into the corresponding create endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| product | Yes | ||
| direction | Yes |