Web3 Token Analyzer - Multi-Chain ERC-20 Data avatar

Web3 Token Analyzer - Multi-Chain ERC-20 Data

Pricing

Pay per usage

Go to Apify Store
Web3 Token Analyzer - Multi-Chain ERC-20 Data

Web3 Token Analyzer - Multi-Chain ERC-20 Data

Analyze ERC-20/ERC-721 tokens across 6 EVM chains: Ethereum, Polygon, Arbitrum, Optimism, Base, World Chain. Extracts on-chain data (supply, holders, transfers) + CoinGecko prices. For DeFi research, token due diligence, and portfolio analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

BBB & Company

BBB & Company

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

Share

Web3 Token Analyzer — On-Chain Data for DeFi Research

Analyze ERC-20 and ERC-721 tokens across multiple EVM chains. Get structured data on holder distribution, transfer activity, price, and contract status.

Supported Chains

ChainExplorerStatus
EthereumEtherscanFull support
PolygonPolygonscanFull support
ArbitrumArbiscanFull support
OptimismOptimistic EtherscanFull support
BaseBasescanFull support
World ChainAlchemy ExplorerBasic support

Features

  • Token metadata: Name, symbol, decimals, total supply
  • Holder analysis: Top holders with balance and percentage, holder count
  • Transfer activity: Recent transfers with timestamps and amounts
  • Price data: Current price, market cap, 24h volume via CoinGecko (no API key needed)
  • Contract verification: Check if source code is verified on block explorer
  • Multi-chain: Analyze the same token across different chains in one run

Use Cases

  • Token due diligence: Check holder concentration before investing
  • Portfolio tracking: Monitor multiple tokens across chains
  • Research reports: Generate structured data for DeFi analysis
  • Alert systems: Integrate with monitoring pipelines

Input Example

{
"tokens": [
"ethereum:0xdAC17F958D2ee523a2206206994597C13D831ec7",
"polygon:0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"worldchain:0x79A02482A880bCE3B13e09Da970dC34db4CD24d1"
],
"includeHolders": true,
"holderLimit": 20,
"includePrice": true,
"includeTransfers": false
}

Output Example

{
"chain": "ethereum",
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"name": "Tether USD",
"symbol": "USDT",
"decimals": 6,
"totalSupply": "39823123456000000",
"totalSupplyFormatted": "39823123456.0",
"holderCount": 5234567,
"topHolders": [
{
"rank": 1,
"address": "0x...",
"balance": "1000000000000",
"percentage": 2.51
}
],
"priceUsd": 1.0001,
"marketCap": 83500000000,
"volume24h": 45200000000,
"priceChange24h": 0.01,
"contractVerified": true,
"analyzedAt": "2026-05-01T12:00:00Z"
}

API Keys

  • Etherscan API key (optional but recommended): Free tier gives 5 calls/sec. Required for holder data on some chains. Get one at etherscan.io/apis
  • CoinGecko: Uses the free public API (no key needed, 10-30 req/min rate limit)
  • RPC: Uses public RPCs by default. Provide your own for better reliability.

Cost

Minimal compute. Each token requires 3-6 API calls. Typical run under $0.05 for 10 tokens.

Store submission packet

Primary category: Finance

Secondary category: Blockchain / Cryptocurrency / Data extraction

Store description: Analyze ERC-20 and ERC-721 tokens across Ethereum, Polygon, Arbitrum, Optimism, Base, and World Chain. Produces token metadata, supply, holder concentration, recent transfers, contract verification, and CoinGecko market data for DeFi research, portfolio monitoring, and token due diligence.

Recommended monetization: Pay per event (PPE). Keep the automatic apify-actor-start event at Apify's default $0.00005. Enable the automatic apify-default-dataset-item event at $0.025 per token analysis ($25 per 1,000 analyzed tokens). Do not pass platform usage costs to users after the first pricing validation run unless RPC/explorer failures require paid infrastructure.

Chargeable output mapping: One default dataset item is written for each token analysis. If a token fails after RPC/explorer work, one error item is written and is also chargeable through apify-default-dataset-item.

User-visible limits: Public RPC, CoinGecko, and explorer APIs are rate-limited. Users should provide their own RPC URL or Etherscan-compatible API key for reliable high-volume runs.