Skip to main content
The core API covers on-chain data: blocks, transactions, addresses, accounts, assets, epochs, stake pools, IPFS, Bitcoin, and Midnight. Add-ons unlock additional capability surfaces, and WebSocket packages add real-time streaming.

Add-ons

Add-onUnlocks
Market DataPrices, OHLCV candles, DEX pools/orders/quotes/swaps, NFT stats, blueprints, leaderboard
Wallet AnalyticsHoldings, value history, and FIFO-based P&L per wallet
Transaction BuilderServer-side UTXO selection and unsigned CBOR for transfers, staking, governance, and DEX swaps
MCP ServerModel Context Protocol endpoint to connect Claude and other AI agents to Nexus data and tools

WebSocket packages

Real-time streaming is offered separately from add-ons. See WebSocket Streaming.
PackageConcurrent connectionsMessages / mo
Starter2100,000
Pro102,000,000
UnlimitedUnlimitedUnlimited

Enabling add-ons

Add-ons and WebSocket packages are managed from your account. Changes apply immediately.
Enterprise includes everything. The Enterprise plan bundles all add-ons and WebSocket Unlimited, with no separate setup.

How access is enforced

When you call an endpoint that belongs to an add-on you haven’t activated, Nexus returns HTTP 402 Payment Required:
{
  "error": "payment_required",
  "addon": "marketData",
  "message": "This endpoint requires the marketData add-on."
}
The addon field tells you which add-on to enable. WebSocket access is enforced at connection time instead (see WebSocket Streaming).