Real-Time Data Overview
There are 2 ways to access Allium’s realtime data (<3-5 seconds) today:
- Pull: Allium has APIs that allow customers to pull data from our realtime Postgres database. This can be either prebuilt endpoints (Wallet Activities, Balances, Prices) or custom raw SQL.
- Push: Allium can push data in realtime through event buses like Kafka, PubSub and SNS.
Attributes | Highlights |
---|---|
Realtime APIs | 13+ blockchains (including Solana) |
Data Streams (Kafka/PubSub) | 80+ blockchains (including Solana) |
Data freshness | p50 of 3-5 seconds |
Queries per Second (QPS) | Up to 100K+ QPS (during peak loads) |
Re Org Handling | Real-time re org handling |
SLAs | 24/7/365 support for Enterprise Customers |
Use Cases
Use Case | Featured Customers |
---|---|
Real-time Applications (Wallets, Trading Platforms, and more) | Allium powers Phantom’s backend, fetching real-time transactions and serving millions of users’ requests. |
Investing & Trading | Investment funds like Electric Capital uses Allium to develop & validate investment theses, screen opportunities, and write research for clients. |
AI Systems | AI fraud companies like Cube3 uses Allium’s real-time data to train AI models for fraud signal detection. |
Fraud Detection & Txn Monitoring | Bridge.xyz uses Allium for real-time transaction monitoring and data reconciliation |
¹ For additional information on how we can support your unique use case, contact us.
Data Coverage
Our real-time data spans a wide network of chains and manifests in an organized collection of schemas. To learn more, visit:
[Developer] Supported Chains (13+ chains)
[Datastreams] Supported Chains (80+ chains)
Our real-time data on Postgres can be accessed through the following interfaces:
- Allium Developer (Generalized SQL and Static API)
- Allium Data Streams – message queue delivery (Kafka, Pub/Sub)