{"id":27986653,"url":"https://github.com/sablier-labs/indexers","last_synced_at":"2026-04-08T12:05:40.284Z","repository":{"id":179199634,"uuid":"581801142","full_name":"sablier-labs/indexers","owner":"sablier-labs","description":"EVM data indexers for the Sablier Protocol","archived":false,"fork":false,"pushed_at":"2025-05-07T13:42:19.000Z","size":5432,"stargazers_count":8,"open_issues_count":20,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-08T08:55:20.466Z","etag":null,"topics":["blockchain","cryptoasset-streaming","decentralized-finance","defi","ethereum","graphql","money-streaming","real-time-finance","subgraph","the-graph","token-streaming"],"latest_commit_sha":null,"homepage":"https://sablier.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sablier-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-24T11:40:44.000Z","updated_at":"2025-05-06T10:02:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"17da143a-2260-48ac-9ece-00494f0b32eb","html_url":"https://github.com/sablier-labs/indexers","commit_stats":null,"previous_names":["sablier-labs/v2-subgraphs","sablier-labs/subgraphs","sablier-labs/indexers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sablier-labs%2Findexers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sablier-labs%2Findexers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sablier-labs%2Findexers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sablier-labs%2Findexers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sablier-labs","download_url":"https://codeload.github.com/sablier-labs/indexers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253033611,"owners_count":21843732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cryptoasset-streaming","decentralized-finance","defi","ethereum","graphql","money-streaming","real-time-finance","subgraph","the-graph","token-streaming"],"created_at":"2025-05-08T08:55:26.633Z","updated_at":"2026-04-08T12:05:40.272Z","avatar_url":"https://github.com/sablier-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Sablier Branding](./banner.png)\n\n# Sablier Indexers [![Github Actions][gha-badge]][gha] [![Discord][discord-badge]][discord] [![Twitter][twitter-badge]][twitter]\n\n[gha]: https://github.com/sablier-labs/indexers/actions\n[gha-badge]: https://github.com/sablier-labs/indexers/actions/workflows/ci.yml/badge.svg\n[discord]: https://discord.gg/bSwRCwWRsT\n[discord-badge]: https://img.shields.io/discord/659709894315868191\n[twitter-badge]: https://img.shields.io/twitter/follow/Sablier\n[twitter]: https://x.com/Sablier\n\nData indexers for the [Sablier](https://sablier.com) protocol for onchain token distribution. The indexers monitor\nSablier's smart contract events and transform them into structured, queryable data APIs via GraphQL. The data is used to\npower the [Sablier Interface](https://app.sablier.com).\n\nThere are two indexing providers: [Envio](https://envio.dev) (preferred) and [The Graph](https://thegraph.com).\n\n## Documentation 📚\n\nIn-depth documentation is available at [docs.sablier.com](https://docs.sablier.com/api/overview).\n\nThe package now exposes two public indexer keys:\n\n- `airdrops` for campaign distribution data\n- `streams` for the Flow + Lockup streams\n\n`analytics` remains a separate target rather than a public indexer key because it's meant to be a private indexer for\ninternal use only.\n\nProtocol-specific docs remain available here:\n\n- [Sablier Airdrops](https://docs.sablier.com/api/airdrops/indexers) - Airdrop distribution data\n- [Sablier Flow](https://docs.sablier.com/api/flow/indexers) - Payment streams data\n- [Sablier Lockup](https://docs.sablier.com/api/lockup/indexers) - Vesting streams data\n\n## Quickstart 🚀\n\nYou can query the public Envio GraphQL endpoints directly to access Sablier protocol data:\n\n- **Airdrops**: `https://indexer.hyperindex.xyz/508d217/v1/graphql`\n- **Streams**: `https://indexer.hyperindex.xyz/53b7e25/v1/graphql`\n\nThe standard Envio endpoints require [Hasura](https://docs.envio.dev/docs/HyperIndex/navigating-hasura) GraphQL query\nsyntax.\n\n\u003e [!TIP]\n\u003e\n\u003e If you're migrating from The Graph, Envio also exposes `/converter` endpoints that accept subgraph-compatible queries,\n\u003e convert them to HyperIndex (standard GraphQL), and return responses in the same format as a standard subgraph:\n\u003e\n\u003e - **Airdrops**: `https://indexer.hyperindex.xyz/508d217/converter`\n\u003e - **Streams**: `https://indexer.hyperindex.xyz/53b7e25/converter`\n\nFor detailed documentation, queries, and examples, visit our [API docs](https://docs.sablier.com/api/overview).\n\n## Contributing 🤝\n\nWe welcome contributions! [Open an issue](https://github.com/sablier-labs/indexers/issues/new),\n[start a discussion](https://github.com/sablier-labs/indexers/discussions/new), or submit a PR.\n\nRead our [CONTRIBUTING](./CONTRIBUTING.md) guide to get started. Join our [Discord server][discord] for questions and\nfeedback.\n\n## License 📄\n\nThis repo is licensed under GPL 3-0 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsablier-labs%2Findexers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsablier-labs%2Findexers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsablier-labs%2Findexers/lists"}