Skip to main content

Sablier Lockup

This page documents the indexers for the Sablier Lockup protocol, which powers the Vesting product and some of the Airdrop product features in the Sablier Interface.

Envio

Source Code

Envio indexer for the Sablier Lockup protocolsrc/envio/lockup

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
Arbitrum Sepoliahttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Arbitrum Onehttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Avalanchehttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Basehttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Base Sepoliahttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
BNB Smart Chainhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Chiliz Chainhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Ethereumhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Sepoliahttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Gnosishttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Linea Mainnethttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Mode Mainnethttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
OP Mainnethttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
OP Sepoliahttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Polygonhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Scrollhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
ZKsync Erahttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Morphhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Sophonhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Superseedhttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer
Tanglehttps://indexer.hyperindex.xyz/53b7e25/v1/graphqlPlaygroundExplorer

The Graph

Source Code

Graph indexer for the Sablier Lockup protocolsrc/graph/lockup

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-lockup-abstractTestingExplorer
Arbitrum Onesablier-lockup-arbitrum-oneTestingExplorer
Arbitrum Sepoliasablier-lockup-arbitrum-sepoliaTestingExplorer
Avalanchesablier-lockup-avalancheTestingExplorer
Basesablier-lockup-baseTestingExplorer
Base Sepoliasablier-lockup-base-sepoliaTestingExplorer
Berachainsablier-lockup-berachainTestingExplorer
Blastsablier-lockup-blast-mainnetTestingExplorer
BNB Smart Chainsablier-lockup-bscTestingExplorer
Chiliz Chainsablier-lockup-chilizTestingExplorer
Ethereumsablier-lockup-mainnetTestingExplorer
Form Networksablier-lockup-formN/AN/A
Gnosissablier-lockup-gnosisTestingExplorer
IoTeXsablier-lockup-iotexTestingExplorer
LightLink Phoenix Mainnetsablier-lockup-lightlinkN/AN/A
Linea Mainnetsablier-lockup-lineaTestingExplorer
Mode Mainnetsablier-lockup-mode-mainnetTestingExplorer
OP Mainnetsablier-lockup-optimismTestingExplorer
OP Sepoliasablier-lockup-optimism-sepoliaTestingExplorer
Polygonsablier-lockup-polygonTestingExplorer
Scrollsablier-lockup-scrollTestingExplorer
Sei Networksablier-lockup-sei-mainnetTestingExplorer
Sepoliasablier-lockup-sepoliaTestingExplorer
Unichainsablier-lockup-unichainTestingExplorer
XDC Networksablier-lockup-xdcN/AN/A
ZKsync Erasablier-lockup-zksyncTestingExplorer