Skip to main content
Version: V5

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.

GitHub Code

You can find the source code for the subgraphs at:


Subgraph Endpoints

NOTE: The subgraphs were previously separated into PrizePool and TwabController subgraphs, but are now unified in one subgraph. Some entities may have changed from the previous versions.

Mainnet Subgraphs

Ethereum

SubgraphDecentralized Service Endpoint
PoolTogether V5 Ethereumhttps://api.studio.thegraph.com/proxy/50959/pt-v5-eth/version/latest
PoolTogether V5 Optimismhttps://api.studio.thegraph.com/proxy/50959/pt-v5-op/version/latest

Testnet Subgraph

Optimism Goerli

SubgraphDecentralized Service Endpoint
PoolTogether V5 OP Goerlihttps://api.studio.thegraph.com/query/50959/pt-v5-op-goerli/version/latest

Beta Subgraphs

Optimism

SubgraphDecentralized Service Endpoint
Prize Poolhttps://api.studio.thegraph.com/query/41211/pt-v5-optimism-prize-pool/v0.0.1
TWAB Controllerhttps://api.studio.thegraph.com/query/41211/pt-v5-optimism-twab-controller/v0.0.1