REST API endpoints for the AIXBT platform
See Quickstart for authentication setup. Base URL: https://api.aixbt.tech
| GET | /v2/grounding | Get Market Grounding | |
| GET | /v2/grounding/history | Get Grounding History | |
| GET | /v2/projects | List Projects | |
| GET | /v2/projects/{id} | Get Project | |
| GET | /v2/signals | List Signals | |
| GET | /v2/projects/{id}/momentum | Momentum History | |
| GET | /v2/projects/{id}/rank | Rank History | |
| GET | /v2/clusters | List Clusters | |
| GET | /v2/signal-categories | List Signal Categories | |
| GET | /v2/recipes | List available recipes | |
| GET | /v2/recipes/{name} | Get recipe by name | |
| POST | /v2/recipes/execute | Execute a recipe | |
| POST | /v2/recipes/validate | Validate a recipe | |
| POST | /v2/agents/indigo | Chat with Indigo | |