Glassnode API

Institutional-grade on-chain market intelligence

What is Glassnode?

Glassnode is a leading on-chain analytics platform providing institutional-grade market intelligence. They offer comprehensive blockchain data, metrics, and insights used by hedge funds, trading firms, and crypto-native organizations.

Glassnode API Features

  • On-Chain Metrics - Wallet balances, transaction volumes, network activity
  • Market Intelligence - Exchange flows, holder distribution, realized cap
  • Derivatives Data - Funding rates, open interest, liquidation data
  • Mining Metrics - Hash rate, difficulty, miner revenue
  • DeFi Analytics - TVL, protocol revenue, token flows
  • Custom Indicators - Proprietary Glassnode indicators and signals

Pricing Plans

PlanPriceFeatures
Free$0Limited metrics, delayed data
Studio$99/moAll metrics, real-time, 1 user
Pro$499/moAPI access, 5 users, custom alerts
EnterpriseCustomFull access, dedicated support, SLA

API Integration

import requests

GLASSNODE_API_KEY = "your_api_key"
BASE_URL = "https://api.glassnode.com/v1"

def get_market_data(asset: str, metric: str):
    url = f"{BASE_URL}/metrics/{metric}"
    params = {"asset": asset, "api_key": GLASSNODE_API_KEY}
    response = requests.get(url, params=params)
    return response.json()

Available Metrics

  • Bitcoin - UTXO age bands, realized cap HODL waves, SOPR, NVT
  • Ethereum - Gas usage, ETH 2.0 staking, DeFi TVL, exchange reserves
  • Exchange Flows - In/out flows, exchange inventory, stablecoin data
  • Network Health - Active addresses, transaction count, fees paid

Start Using Glassnode

Get institutional-grade on-chain analytics for your trading or research.

Glassnode →