Skip to main content

Sablier Airdrops

This page documents the indexers for the Sablier Airdrops protocol, which powers the Airdrops product in the Sablier Interface.

Envio

Source Code

Envio indexer for Sablier Airdropsenvio/airdrops

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.

The standard Envio endpoints require Hasura GraphQL query syntax.

Migrating from The Graph?

Envio also exposes /converter endpoints (see the table below) that accept subgraph-compatible queries, convert them to HyperIndex (standard GraphQL), and return responses in the same format as a standard subgraph.

Table

ChainProduction URLConverter URLPlayground URLExplorer URL
AbstractProductionConverterPlaygroundExplorer
ArbitrumProductionConverterPlaygroundExplorer
AvalancheProductionConverterPlaygroundExplorer
BaseProductionConverterPlaygroundExplorer
BlastProductionConverterPlaygroundExplorer
BerachainProductionConverterPlaygroundExplorer
BNB ChainProductionConverterPlaygroundExplorer
ChilizProductionConverterPlaygroundExplorer
GnosisProductionConverterPlaygroundExplorer
HyperEVMProductionConverterPlaygroundExplorer
Linea MainnetProductionConverterPlaygroundExplorer
EthereumProductionConverterPlaygroundExplorer
ModeProductionConverterPlaygroundExplorer
MonadProductionConverterPlaygroundExplorer
MorphProductionConverterPlaygroundExplorer
OP MainnetProductionConverterPlaygroundExplorer
PolygonProductionConverterPlaygroundExplorer
SonicProductionConverterPlaygroundExplorer
ScrollProductionConverterPlaygroundExplorer
Sei NetworkProductionConverterPlaygroundExplorer
SophonProductionConverterPlaygroundExplorer
SuperseedProductionConverterPlaygroundExplorer
UnichainProductionConverterPlaygroundExplorer
XDCProductionConverterPlaygroundExplorer
ZKsync EraProductionConverterPlaygroundExplorer
Base SepoliaProductionConverterPlaygroundExplorer
SepoliaProductionConverterPlaygroundExplorer

The Graph

Source Code

Graph indexer for Sablier Airdropsgraph/airdrops

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
AbstractProductionTestingExplorer
ArbitrumProductionTestingExplorer
AvalancheProductionTestingExplorer
BaseProductionTestingExplorer
Base SepoliaProductionTestingExplorer
BerachainProductionTestingExplorer
BNB ChainProductionTestingExplorer
ChilizProductionTestingExplorer
DenergyProductionN/AExplorer
EthereumProductionTestingExplorer
GnosisProductionTestingExplorer
LightlinkProductionN/AExplorer
Linea MainnetProductionTestingExplorer
OP MainnetProductionTestingExplorer
PolygonProductionTestingExplorer
ScrollProductionTestingExplorer
SepoliaProductionTestingExplorer
SonicProductionTestingExplorer
UnichainProductionTestingExplorer
ZKsync EraProductionTestingExplorer