Gitcoin · GraphQL Specification

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.

Documentation Endpoint View on GitHub Public GoodsGrantsBountiesQuadratic FundingWeb3Verifiable CredentialsIdentityOpen SourceGraphQL

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

https://grants-stack-indexer-v2.gitcoin.co/graphql

References

Related API Specs

Gitcoin Core API (OpenAPI) Gitcoin Grants API (OpenAPI) Gitcoin Passport Stamps API (OpenAPI)
Back to Gitcoin · All GraphQL Specs · GitHub