Token Analysis
APIs.
Comprehensive access to blockchain token data and analytics. Real-time insights into token metrics, market performance, holder analysis, and on-chain activity — through powerful endpoints your team can integrate in an afternoon.
Every metric.
One endpoint.
Designed for developers, analysts, and projects who need high-fidelity token data without running their own infra.
Token metrics
Up-to-date token prices, market caps, volumes, and core metrics across major venues. Aggregated from multiple sources for the most accurate signal — without the cost of running your own indexers.
- Live price + market cap
- Trading volume by venue
- Liquidity depth snapshots
- Historical OHLCV at any resolution
Holder analysis
Token distribution, holder behavior, and concentration metrics. Surface whales, sticky holders, and freshly funded wallets. Build risk tools that actually catch what you need to catch.
- Holder counts and cohorts
- Top-N concentration
- Whale entry / exit events
- Wallet age and labels
Blockchain analytics
On-chain activity, transaction patterns, and network metrics across multiple chains via unified endpoints. One schema, every chain — no per-chain SDK gymnastics.
- Multi-chain unified schema
- Transaction-level enrichment
- Whale tracking + market impact
- Honeypot + tax detection
REST. Streams.
Risk tooling.
RESTful architecture
Easy-to-use endpoints with comprehensive documentation and SDK support. Idempotent, well-paginated, and predictable. Spin up a dashboard in a single afternoon.
Real-time streams
WebSocket support for real-time data streaming and instant updates. Push token events, holder changes, and pool moves the moment they hit chain.
Advanced analytics
Sophisticated analytics including holder concentration, whale tracking, and market-impact analysis. Layer on your own scoring or use ours.
Key to production
in four steps.
Most teams ship a token dashboard, sniper bot, or risk scoring flow within their first week.
Get a key
Request access and receive a scoped API key with quota appropriate to your use case.
Pick endpoints
REST or WSS, single token or multi-chain. Aggregate metrics or transaction-level enrichment.
Integrate
Drop into your dashboard, bot, or risk tool. SDKs and documentation make first integration fast.
Scale
Quota and coverage extend with your product. Direct support from the engineers running the indexers.
Comprehensive
token coverage.
Market metrics, holder statistics, transaction analysis, and blockchain insights — through well-documented endpoints. Our platform aggregates data from multiple sources to provide the most accurate and up-to-date information.
OHLCV, live spreads, and venue-level breakdown across CEX and DEX.
Distribution curves, top-N concentration, age and label enrichment.
Filtered + enriched tx streams. Whale, MEV, and bridge tagging.
Active addresses, gas trends, contract calls, bridge flows by chain.
import { Tokens } from '@gizmolab/tokens';
const tokens = new Tokens({ apiKey: 'sk_live_...' });
// Score a token
const risk = await tokens.risk({
chain: 'ethereum',
address: '0x9c4..e7B'
});
// Stream holder changes
tokens.stream.holders(risk.token, (e) => {
if (e.delta > 100_000) alert(e);
});Common questions.
Direct answers.
What are Token Analysis APIs?
Token Analysis APIs provide programmatic access to token and blockchain data: prices, holder stats, transactions, and analytics. Gizmolab offers APIs so you can build dashboards, bots, or risk tools without running your own indexers.
Which chains and tokens are supported?
Coverage includes major EVM chains and tokens; we can extend to additional chains and data types based on your product needs.
How do I get API access?
Contact Gizmolab to discuss your use case. We provide documentation, keys, and support. Pricing depends on volume and data scope.
Ship token tools
on day one.
Tell us your use case — we'll have a scoped key, docs, and support channel in your inbox before end of day.