Skip to main content

Sablier Flow

This page documents the indexers for the Sablier Flow protocol, which powers the Payments product in the Sablier Interfaces.

Envio

Source Code

Envio indexer for the Sablier Flow protocolsrc/envio/flow

Endpoints

Envio is a multi-chain indexer. There's a single GraphQL API endpoint that aggregates data across chains. This approach differs from other vendors like The Graph, which require a separate indexer for each chain where Sablier is available.

ChainProduction URLPlayground URLExplorer URL
Abstracthttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Arbitrumhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Avalanchehttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Basehttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Berachainhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
BNB Chainhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Chilizhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Gnosishttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Linea Mainnethttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Ethereumhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Modehttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Morphhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
OP Mainnethttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Polygonhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Scrollhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Sophonhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Superseedhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Tanglehttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Unichainhttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
XDChttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
ZKsync Erahttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Arbitrum Sepoliahttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Base Sepoliahttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
OP Sepoliahttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer
Sepoliahttps://indexer.hyperindex.xyz/3b4ea6b/v1/graphqlPlaygroundExplorer

The Graph

Source Code

Graph indexer for the Sablier Flow protocolsrc/graph/flow

Endpoints

In the table below, you will see three URLs:

  • Production URL: requires a Studio API key for making queries.
  • Testing URL: doesn't require an API key but it's rate-limited to 3000 queries per day. Opening this URL in the browser opens a GraphiQL playground.
  • Explorer URL: The explorer URL for the indexer, if available.

To learn how to create a Studio API key, check out this guide.

The API key has to be provided via an Authorization: Bearer <API_KEY> header. Here are two examples in curl and JavaScript:

curl -X POST \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{"query": "{ _meta: { block { number } } }"' \
<PRODUCTION_URL>
ChainProduction URLTesting URLExplorer URL
Abstractsablier-flow-abstractTestingExplorer
Arbitrumsablier-flow-arbitrum-oneTestingExplorer
Arbitrum Sepoliasablier-flow-arbitrum-sepoliaTestingExplorer
Avalanchesablier-flow-avalancheTestingExplorer
Basesablier-flow-baseTestingExplorer
Base Sepoliasablier-flow-base-sepoliaTestingExplorer
Berachainsablier-flow-berachainTestingExplorer
Blastsablier-flow-blast-mainnetTestingExplorer
BNB Chainsablier-flow-bscTestingExplorer
Chilizsablier-flow-chilizTestingExplorer
Ethereumsablier-flow-mainnetTestingExplorer
Formsablier-flow-formN/AN/A
Gnosissablier-flow-gnosisTestingExplorer
IoTeXsablier-flow-iotexTestingExplorer
Lightlinksablier-flow-lightlinkN/AN/A
Linea Mainnetsablier-flow-lineaTestingExplorer
Modesablier-flow-mode-mainnetTestingExplorer
OP Mainnetsablier-flow-optimismTestingExplorer
OP Sepoliasablier-flow-optimism-sepoliaTestingExplorer
Polygonsablier-flow-polygonTestingExplorer
Scrollsablier-flow-scrollTestingExplorer
Sei Networksablier-flow-sei-mainnetTestingExplorer
Sepoliasablier-flow-sepoliaTestingExplorer
Unichainsablier-flow-unichainTestingExplorer
XDCsablier-flow-xdcN/AN/A
ZKsync Erasablier-flow-zksyncTestingExplorer