Skip to main content

API Providers

Choose Your API Provider

API providers give you access to the Cardano blockchain through developer-friendly APIs. They handle node operations, data indexing, and expose REST, WebSocket, or GraphQL endpoints so you can query blockchain data without running your own infrastructure.

Uses API

Syncs

Queries

Serves Data

Your Application

Provider Infrastructure

cardano-node

Data Indexer

API Layer

Cardano Blockchain

Providers run and maintain Cardano infrastructure so you don't have to. They operate cardano-node, index blockchain data into queryable databases, and expose developer-friendly APIs (REST, WebSocket, gRPC). This means you can query blocks, transactions, UTXOs, submit transactions, and access protocol parameters without managing servers, handling upgrades, or ensuring uptime.


Example API Providers

Different providers offer different features and pricing models:

ProviderTypeKey FeaturesNetworks
BlockfrostREST APISimple REST API, fast integrationMainnet, Preprod, Preview
KoiosREST/GraphQL APICommunity-driven, decentralized infrastructureMainnet, Preprod, Preview
OgmiosWebSocket/JSON-RPCLow-level protocol access, real-time queriesAll networks (self-hosted or via providers)

Other Infrastructure Options

Beyond API providers, you have other ways to connect to Cardano:

  • Demeter: Full cloud infrastructure platform with managed nodes, DB-Sync, Ogmios, and Kupo
  • Running Your Own Node: Complete control over infrastructure

Available Providers