Real-time balances
Query current balances for any wallet across all supported assets and chains in real time.
Real-time balances, full transaction history, and throughput metrics — all queryable via the same API key as your wallets and tokens.
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
Query current balances for any wallet across all supported assets and chains in real time.
Paginated history with filtering by asset, direction, and date range. No external indexer needed.
Aggregate balances and activity across all wallets in a project. Useful for dashboards.
Push notifications for deposits, withdrawals, and transfers. React to onchain activity in real time.
Track wallet creation rate, active wallets, and transaction volume per time period.
Live charts for key metrics. Export to CSV for offline analysis or BI integration.
How it works
Sign in to console. Analytics starts indexing the moment your first wallet or token is created — nothing to enable.
Call /v1/analytics/balance or /v1/analytics/history from any SDK or REST client. Results reflect the latest confirmed block.
Register a webhook endpoint to receive push notifications on deposits, withdrawals, and transfers in near-real time.
Why FabricBloc
Indexers solve data in isolation. FabricBloc gives you analytics and wallets, tokens, NFTs, vaults, agents — all under one key.
| Capability | FabricBloc | Self-hosted indexer | Third-party indexer | Block 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
No. FabricBloc indexes all activity for wallets and tokens in your project. Query balances and history directly via the API.
Balance queries return the latest confirmed block. Webhook events fire within seconds of confirmation.
Yes. History endpoints are paginated and filterable. You can also export CSV from the console for any date range.
Yes. Balance and history APIs are available on all tiers. Higher-volume queries and webhook delivery are unlocked on Pro.
Pairs with
Request access to the beta. We onboard teams in waves.