REST API
Reference
Explore and run AIXBT REST API endpoints
See Overview for authentication and request basics. Base URL: https://api.aixbt.tech
API
GET /v2— V2 API root endpointGET /v2/api-keys/info— Get API Key Information
Topics
GET /v2/grounding— Get Trending Topics (Legacy Alias)GET /v2/grounding/history— Get Topic Leaderboard History (Legacy Alias)GET /v2/topics— Get Trending TopicsGET /v2/topics/{id}/report— Get a Frontier Report
Projects
GET /v2/projects— List ProjectsGET /v2/projects/{id}— Get ProjectGET /v2/projects/{id}/neighbors— Project Neighbors (co-mentioned projects)
Intel
GET /v2/intel— List IntelGET /v2/intel/{id}— Get Intel by ID
Momentum
GET /v2/projects/{id}/momentum— Momentum History
Rank
GET /v2/projects/{id}/rank— Rank History
Candles
GET /v2/projects/{id}/candles— Price Candles (OHLCV)
Metrics
GET /v2/projects/{id}/metrics— Project Metrics Snapshot
Clusters
GET /v2/clusters— List Clusters
Intel Categories
GET /v2/intel-categories— List Intel Categories
Blockchain Platforms
GET /v2/projects/chains— List Blockchain Platforms
Recipes
GET /v2/recipes— List available recipesGET /v2/recipes/{name}— Get recipe by namePOST /v2/recipes/execute— Execute a recipePOST /v2/recipes/validate— Validate a recipe