> ## Documentation Index
> Fetch the complete documentation index at: https://docs.range.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Data API

> Unified access to addresses, networks, protocols and stablecoin analytics across hundreds of chains, the data layer under the Range platform.

## Onchain and stablecoin data, one API

Range is the platform for companies operating across stablecoins and fiat. The Data API is the data layer underneath it: a single, unified interface to query addresses, track network metrics, analyze DeFi protocols and monitor stablecoin flows across hundreds of chains.

<CardGroup cols={2}>
  <Card title="Hundreds of Blockchains" icon="link">
    Solana, Ethereum, Cosmos ecosystem, and more, all with consistent data models
    and unified endpoints.
  </Card>

  {" "}

  <Card title="Real-Time Updates" icon="bolt">
    Sub-second latency for critical data with live transaction feeds and balance
    updates.
  </Card>

  {" "}

  <Card title="Enterprise Scale" icon="gauge-high">
    Built to handle millions of requests per day with 99.9% uptime SLA.
  </Card>

  <Card title="Developer First" icon="code">
    RESTful design, comprehensive docs, and interactive API playground for rapid
    integration.
  </Card>
</CardGroup>

***

## What You Can Build

<AccordionGroup>
  <Accordion title="Wallet & Portfolio Trackers" icon="wallet">
    Build comprehensive portfolio dashboards with real-time balance tracking, transaction history, and cross-chain asset aggregation. Access labeled addresses, counterparty analysis, and historical balance changes to create professional-grade wallet analytics.
  </Accordion>

  {" "}

  <Accordion title="Trading & Market Intelligence" icon="chart-line">
    Monitor whale movements, track large transfers, analyze active accounts, and
    detect market-moving transactions before they trend. Get network-wide volume
    metrics and cross-chain transfer data for alpha generation.
  </Accordion>

  {" "}

  <Accordion title="DeFi Protocol Analytics" icon="chart-network">
    Deep-dive into DeFi protocol activity with transaction-level data, TVL
    tracking, and cross-chain bridge monitoring. Analyze stablecoin utilization in
    lending markets, DEX liquidity, and protocol dominance metrics.
  </Accordion>

  {" "}

  <Accordion title="Compliance & Risk Management" icon="shield-check">
    Screen addresses against labeled entities, track counterparty exposure, and
    monitor suspicious transaction patterns. Perfect for exchange integrations,
    custody solutions, and institutional treasury management.
  </Accordion>

  {" "}

  <Accordion title="Network Monitoring & Alerts" icon="bell">
    Build real-time monitoring systems with transaction error tracking, network
    health metrics, and custom alert triggers. Monitor active accounts,
    transaction throughput, and cross-chain message flows.
  </Accordion>

  <Accordion title="Stablecoin Intelligence" icon="coins">
    Track stablecoin flows across DeFi protocols, monitor on/off-ramp activity, analyze holder distribution, and measure network adoption. Get geographic insights, exchange flow data, and utilization metrics.
  </Accordion>
</AccordionGroup>

***

## Core Capabilities

### Address Intelligence

Get complete visibility into any blockchain address with labeled entities, transaction history, balance tracking, and counterparty analysis.

<CodeGroup>
  ```bash cURL theme={null}
  curl -X GET "https://api.range.org/v1/address?address=YOUR_ADDRESS&network=solana" \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```

  ```javascript JavaScript theme={null}
  const response = await fetch(
    "https://api.range.org/v1/address?address=YOUR_ADDRESS&network=solana",
    {
      headers: { Authorization: "Bearer YOUR_API_KEY" },
    }
  );
  const data = await response.json();
  ```

  ```python Python theme={null}
  import requests

  response = requests.get(
    'https://api.range.org/v1/address',
    params={'address': 'YOUR_ADDRESS', 'network': 'solana'},
    headers={'Authorization': 'Bearer your_api_key_here'}
  )
  data = response.json()
  ```
</CodeGroup>

**Key Features:**

* **Entity Labels:** Identify exchanges, protocols, MEV bots, and known entities
* **Transaction History:** Complete transaction and payment history with pagination
* **Balance Tracking:** Real-time and historical balance changes by token
* **Counterparty Analysis:** See who an address interacts with most frequently
* **Activity Metrics:** First/last seen, transaction counts, and activity patterns

### Network Analytics

Access macro-level blockchain metrics for volume analysis, network health monitoring, and market intelligence.

**Available Metrics:**

* Transaction volumes and counts aggregated by time interval
* Active account tracking and growth trends
* Whale movement detection with large transfer alerts
* Cross-chain transfer monitoring (IBC, CCTP, bridges)
* Network message type distribution and error rates
* USD-denominated balance distributions
* Geographic flow analysis for regional insights

### Protocol Intelligence

Monitor DeFi protocols, bridges, and cross-chain messaging with transaction-level granularity.

**Protocol Coverage:**

* Cross-chain bridge statistics (volume, transaction counts, routes)
* Protocol transaction history with source/destination tracking
* Time-series data for protocol health and adoption metrics
* Token transfer tracking across protocols
* Net flow analysis by protocol and time period

### Stablecoin Analytics

**NEW** - Stablecoin intelligence across DeFi protocols, on/off-ramps, holders and network adoption.

<CardGroup cols={2}>
  <Card title="DeFi Utilization" icon="chart-pie">
    Track stablecoin deposits, borrows, and utilization rates across lending
    protocols and DEXs. Monitor liquidity depth and yield generation.
  </Card>

  {" "}

  <Card title="Market Dominance" icon="trophy">
    Measure stablecoin market share, trading volumes, and TVL across DeFi.
    Understand competitive dynamics and market trends.
  </Card>

  {" "}

  <Card title="Holder Analytics" icon="users">
    Analyze wallet cohorts, holder concentration, and distribution patterns. Track
    active wallets and engagement metrics.
  </Card>

  <Card title="Flow Intelligence" icon="arrows-left-right">
    Monitor exchange flows, geographic adoption, and fiat on/off-ramp activity.
    Understand regional usage patterns.
  </Card>
</CardGroup>

***

## Why Developers Choose Range

1. **Start in Minutes**: Sign up for a free API key and make your first request in under 5 minutes. No blockchain infrastructure required.

2. **Scale Effortlessly**: From prototype to production, our API grows with you. Automatic rate limiting, usage analytics, and flexible pricing tiers.

3. **Ship Faster**: Pre-indexed data, normalized schemas, and consistent APIs across chains mean less data wrangling and more feature building.

<Note>
  **Free Tier:** 100 requests/month • No credit card required • Full API access
</Note>

***

## Supported Networks

Range supports hundreds of networks across Solana, Ethereum and its L2s, Bitcoin, Tron and the Cosmos ecosystem. See the full [supported chains](/risk-api/product-info/supported-chains) list.

<Info>
  Need a chain we don't support yet? [Contact our
  team](https://www.range.org/get-in-touch) for custom integrations.
</Info>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="View API Reference" icon="book" href="/data-api/api-reference-introduction">
    Explore all endpoints with interactive examples and response schemas.
  </Card>

  {" "}

  <Card title="Get API Key" icon="key" href="https://app.range.org">
    Sign up for a free account and start building immediately.
  </Card>

  {" "}

  <Card title="Quickstart Guide" icon="rocket" href="/introduction/quickstart">
    Follow our step-by-step guide to make your first API call.
  </Card>

  <Card title="Join Community" icon="discord" href="https://www.range.org/get-in-touch">
    Get help from our team and connect with other developers.
  </Card>
</CardGroup>
