AIXBT Docs

Building with AIXBT

API capabilities and use cases

The AIXBT API exposes the same intelligence layer that powers the Terminal and agent. You can access momentum data, signal extraction, and conversational AI through a simple REST interface.

What You Can Access

Projects - The ranked list of projects gaining momentum across clusters. Filter by project id, contract address, cluster, or other query parameters to get exactly what you need.

Momentum & Score - Raw momentum scores and historical data for any tracked project.

Signals - Direct access to detected signals: mentions, sentiment shifts, and cluster activity.

Indigo - The same inference pipeline that powers the Chat. Generate research reports, request structured output, use it as a conversational completions endpoint, or query it as a context layer for your own agents.

Use Cases

  • Trading bots that incorporate social momentum as a signal
  • Dashboards and analytics tools
  • Research automation
  • Context layer for other AI agents

Access Methods

REST API - Traditional API key authentication for non-agentic endpoints (Projects, Signals, Clusters). Available through our data plan with generous rate limits. API key access to Indigo is available by arrangement.

x402 - Pay-per-request using the x402 protocol. Required for agentic endpoints (Indigo). Also available for the projects endpoint. No API key needed. See x402.

On this page