Skip to main content

Tools & Dashboards

Interactive tools for blockchain data exploration and analysis.

Available Tools

Price Dashboard

Real-time cryptocurrency price tracking across all supported chains.

Features:

  • Live price updates every 30 seconds
  • Market cap and volume tracking
  • 24-hour change indicators
  • Multi-chain filtering

Blockchain Explorer

Universal multi-chain explorer with real-time data.

Features:

  • Universal search across all chains
  • Transaction tracking and analysis
  • Smart contract verification
  • Address balance lookups
  • Block and validator info
  • Gas price tracking
  • ENS/domain resolution

API Integration

Access the same data programmatically:

from axol import AxolClient

client = AxolClient(api_key="YOUR_KEY")

# Get price data
prices = client.get_prices(['BTC', 'ETH', 'SOL'])

# Explorer functionality
tx = client.get_transaction('ethereum', '0x...')
balance = client.get_balance('ethereum', '0x...')

Data Sources

All tools use the same reliable data infrastructure:

  • Direct node connections for real-time data
  • Aggregated price feeds from major exchanges
  • Historical data with 99.9% accuracy
  • Sub-second update latency

API Usage & Pricing

API calls made through these tools count toward your CU limits based on method type. Dashboard queries typically use low-cost methods (10-25 CUs per request).

See also: