Skip to main content

Overview

Rebar Data provides a GraphQL interface for querying Bitcoin blockchain and metaprotocol data. Request exactly the fields you need, combine multiple resources in a single query, and avoid the over-fetching common with REST.

When to Use GraphQL

ScenarioRecommended
Combining data from multiple resourcesGraphQL
Building dashboards with varied data needsGraphQL
Simple single-resource lookupsREST
Integrating with mempool.space-compatible toolingREST

Playground

Explore the schema, build queries interactively, and test them before integrating — the GraphQL playground is available at /graphql.

Authentication

GraphQL supports API key authentication via the X-Api-Key header. See Authentication.