Introduction
PoolTogether V5 Subgraphs
PoolTogether has a GraphQL API Endpoint hosted by The Graph called a subgraph for indexing and organizing data from the PoolTogether smart contracts.
These subgraphs can be used to query on-chain PoolTogether data. The subgraphs data are serviced by a decentralized group of server operators called Indexers.
The PoolTogether subgraphs work by listening for events emitted by one or more data sources (Smart Contracts) on the various chains. It handles the indexing and caching of data which can later be queried using the GraphQL API Endpoint, providing an excellent developer experience.
Get Started
Learn more about how subgraphs work by checking out The Graph's official documentation. If you are unfamiliar with GraphQL, we recommend taking a quick look through the GraphQL documentation first.
Mainnet Beta Subgraphs
Optimism
Subgraph | Decentralized Service Endpoint |
---|---|
Prize Pool | https://api.studio.thegraph.com/query/41211/pt-v5-optimism-prize-pool/v0.0.1 |
TWAB Controller | https://api.studio.thegraph.com/query/41211/pt-v5-optimism-twab-controller/v0.0.1 |
Testnet Subgraphs
Optimism Goerli
Subgraph | Decentralized Service Endpoint |
---|---|
Prize Pool | https://api.studio.thegraph.com/query/41211/pt-v5-op-goerli-prize-pool/v0.0.2 |
TWAB Controller | https://api.studio.thegraph.com/query/41211/pt-v5-op-goerli-twab-control/v0.0.2 |