RollupRadarBeta
RollupRadar

API Access

Create and manage your API keys to access RollupRadar data

API Keys

Generate and manage your API keys to access rollup data programmatically.

No API keys created yet

Sign in via the sidebar to create and manage your API keys

API Documentation

Learn how to integrate RollupRadar data into your applications.

REST API endpoints
Real-time data feeds
CSV data exports
Rate limiting & usage guidelines

Quickstart: Try the API

Bring your data to life in seconds. Use your API key, pick an endpoint, and run a live request. We’ll show example responses and share copyable code snippets.

Sent via header X-API-Key

Base URL: https://api.rollupradar.com
Request URL:
https://api.rollupradar.com/api/v1/rollups/summary/

Response

[
  {
    "name": "Base",
    "gps": 27142324.51,
    "tvs": "16034158189.91",
    "tps": 183.29,
    "identifier": "base"
  },
  {
    "name": "Arbitrum One",
    "gps": 3107390.28,
    "tvs": "20479663478.19",
    "tps": 22.5,
    "identifier": "arbitrum-one"
  }
]

Example code

curl -H "X-API-Key: YOUR_API_KEY" 
  "https://api.rollupradar.com/api/v1/rollups/summary/"
GET /api/v1/rollups/GET /api/v1/rollups/summary/GET /api/v1/rollups/{identifier}/tvs/GET /api/v1/rollups/{identifier}/stats/

Tip: identifiers include base, arbitrum-one, op-mainnet, and more.