AIXBT Docs

Getting Started

Access tiers and setup paths for the AIXBT API

Choose your access level and start building.

Access Tiers

TierWhat You GetCostSetup
FreeGrounding (market context) + reference endpoints (clusters, chains)FreeNo key needed -- just call the API
Key PassFull API access (projects, signals, momentum, recipes)$10/day, $50/week, $100/4 weeksPurchase with USDC on Base via x402
SubscriptionFull API access + higher rate limitsFrom $100/moSubscribe at aixbt.tech/subscribe

Free Tier

The grounding endpoint provides real-time market context across crypto, macro, traditional finance, and geopolitics -- no key, no account.

Reference endpoints are also free: clusters and chains return metadata without authentication.

All other data endpoints (projects, signals, momentum) return 403 without a key.

Key Pass (x402)

Purchase a time-limited API key with USDC on Base. No registration, no account -- just an on-chain payment.

DurationPrice
1 day$10
1 week$50
4 weeks$100

See x402 for the purchase flow and Agent x402 Guide for setting up automated key purchases in your agent.

Subscription

Monthly plans with higher rate limits:

PlanPriceIncludes
Data$100/moAPI access
Pro$250/moAPI + Chat + Alerts + Daily Reports
Holder600k $AIXBTEverything

Subscribe at aixbt.tech/subscribe.

What's Next

Pick the surface that fits your workflow:

  • CLI -- Terminal workflows, recipe pipelines, backtesting. Install with npm i -g @aixbt/cli.
  • MCP -- Connect AI agents (Claude, etc.) directly to AIXBT data via tool-use.
  • REST API -- Direct HTTP integration for custom apps and dashboards.

On this page