Gitcoin GraphQL API
The Gitcoin Grants Stack Indexer exposes a GraphQL API built with PostGraphile, which introspects a PostgreSQL database and auto-generates a fully-typed GraphQL schema from the underlying tables. The API provides read access to indexed on-chain grant round data sourced from the Allo Protocol and Gitcoin Grants Stack smart contracts across multiple EVM-compatible chains. Key queryable entities include funding rounds, project applications, donations, project metadata, round roles, and payout attestations. Filtering, pagination, and ordering are available on all collection queries through PostGraphile's standard connection pattern (nodes/edges/pageInfo) and direct list fields with `condition` and `filter` arguments. PostGraphile's ConnectionFilterPlugin is enabled, providing rich nested filtering operators.
Overview
Gitcoin GraphQL API is a GraphQL API specification published by Gitcoin on the APIs.io network.
The Gitcoin Grants Stack Indexer exposes a GraphQL API built with PostGraphile, which introspects a PostgreSQL database and auto-generates a fully-typed GraphQL schema from the underlying tables. The API provides read access to indexed on-chain grant round data sourced from the Allo Protocol and Gitcoin Grants Stack smart contracts across multiple EVM-compatible chains. Key queryable entities include funding rounds, project applications, donations, project metadata, round roles, and payout attestations. Filtering, pagination, and ordering are available on all collection queries through PostGraphile’s standard connection pattern (nodes/edges/pageInfo) and direct list fields with condition and filter arguments. PostGraphile’s ConnectionFilterPlugin is enabled, providing rich nested filtering operators.
The GraphQL endpoint is available at https://grants-stack-indexer-v2.gitcoin.co/graphql. documentation is published at -.
The specification includes 6 reference links.
Tagged areas include Public Goods, Grants, Bounties, Quadratic Funding, and Web3.
Endpoint
References
- Documentation https://docs.allo.gitcoin.co/
- GettingStarted https://docs.gitcoin.co/
- Documentation https://docs.allo.gitcoin.co/
- GettingStarted https://docs.gitcoin.co/
- GitHubRepository https://github.com/gitcoinco/grants-stack-indexer
- GraphiQL https://grants-stack-indexer-v2.gitcoin.co/graphiql