Token Data · Holders · Risk · Multi-Chain

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.

< 50ms
P95 Response
20+
Chains Indexed
99.99%
Uptime SLA
WSS
Real-Time Streams
Core Capabilities

Every metric.
One endpoint.

Designed for developers, analysts, and projects who need high-fidelity token data without running their own infra.

Real-time

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
Holders

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
On-chain

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
Integration Surfaces

REST. Streams.
Risk tooling.

REST

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.

WSS

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.

Risk

Advanced analytics

Sophisticated analytics including holder concentration, whale tracking, and market-impact analysis. Layer on your own scoring or use ours.

Getting Started

Key to production
in four steps.

Most teams ship a token dashboard, sniper bot, or risk scoring flow within their first week.

01→ NEXT

Get a key

Request access and receive a scoped API key with quota appropriate to your use case.

02→ NEXT

Pick endpoints

REST or WSS, single token or multi-chain. Aggregate metrics or transaction-level enrichment.

03→ NEXT

Integrate

Drop into your dashboard, bot, or risk tool. SDKs and documentation make first integration fast.

04

Scale

Quota and coverage extend with your product. Direct support from the engineers running the indexers.

Data Coverage

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.

Price + Volume

OHLCV, live spreads, and venue-level breakdown across CEX and DEX.

Holder Stats

Distribution curves, top-N concentration, age and label enrichment.

Transactions

Filtered + enriched tx streams. Whale, MEV, and bridge tagging.

Network Metrics

Active addresses, gas trends, contract calls, bridge flows by chain.

token.tsgizmolab.sdk
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);
});
Frequently Asked

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.

Ready to build together?

Book a call today and get your first iteration within 48 hours.

Get Started

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.