NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

Onchain metrics, no pipeline required.

Real-time balances, full transaction history, and throughput metrics — all queryable via the same API key as your wallets and tokens.

Beta Real-time Webhooks · CSV export
import { FabricBloc } from '@fabricbloc/sdk';

// Real-time balance for a wallet
const balance = await fb.analytics.balance({
  walletId: "wal_abc123",
  asset: "USDC",
});

// Transaction history with filters
const history = await fb.analytics.history({
  walletId: "wal_abc123",
  limit: 50,
});
curl https://api.fabricbloc.com/v1/analytics/balance \
  -H "Authorization: Bearer ${FB_KEY}" \
  -G \
  -d wallet_id=wal_abc123 \
  -d asset=USDC

Capabilities

Everything you need to understand your product.

Real-time balances

Query current balances for any wallet across all supported assets and chains in real time.

Transaction history

Paginated history with filtering by asset, direction, and date range. No external indexer needed.

Portfolio views

Aggregate balances and activity across all wallets in a project. Useful for dashboards.

Event webhooks

Push notifications for deposits, withdrawals, and transfers. React to onchain activity in real time.

Throughput metrics

Track wallet creation rate, active wallets, and transaction volume per time period.

Console dashboard

Live charts for key metrics. Export to CSV for offline analysis or BI integration.

How it works

Live data in three steps.

  1. Connect your project

    Sign in to console. Analytics starts indexing the moment your first wallet or token is created — nothing to enable.

  2. Query the API

    Call /v1/analytics/balance or /v1/analytics/history from any SDK or REST client. Results reflect the latest confirmed block.

  3. Subscribe to events

    Register a webhook endpoint to receive push notifications on deposits, withdrawals, and transfers in near-real time.

Why FabricBloc

Analytics, but the rest of your stack too.

Indexers solve data in isolation. FabricBloc gives you analytics and wallets, tokens, NFTs, vaults, agents — all under one key.

CapabilityFabricBlocSelf-hosted indexerThird-party indexerBlock explorer
Zero setup partial
Real-time balance queries partial
Event webhooks weeks
Wallets + Tokens + Vaults months partial
Agent (MCP) access
One bill

FAQ · structured for voice & AI search

Common questions.

Do I need to run my own indexer?

No. FabricBloc indexes all activity for wallets and tokens in your project. Query balances and history directly via the API.

How current is the data?

Balance queries return the latest confirmed block. Webhook events fire within seconds of confirmation.

Can I export data?

Yes. History endpoints are paginated and filterable. You can also export CSV from the console for any date range.

Is analytics available on the free tier?

Yes. Balance and history APIs are available on all tiers. Higher-volume queries and webhook delivery are unlocked on Pro.

Understand your product in real time.

Request access to the beta. We onboard teams in waves.