Back to LiveQuery Integrations

    Playgrounds API

    Playgrounds API from Playgrounds AnalyticsPlaygrounds Analytics
    Log in to Manage

    The Playgrounds API provides streamlined access to all decentralized datasets on The Graph Network, simplifying subgraph access, API key, and query management. Its intuitive API key system and Proxy URL enable seamless integration with all data analytics environments and data downloading via REST API without needing GRT or a crypto wallet.

    SELECT
      playgrounds.query_subgraph(
        'ELUcwgpm14LKPLrBRuVvPvNKHQ9HvwmtKgKSH6123cr7',
        {
          'query': '{
              liquidityPools(first: 200, orderBy: totalValueLockedUSD, orderDirection: desc) {
                id
                totalLiquidity
                name  
                inputTokens { 
                   id 
                   symbol
                }
              }
          }',
          'variables': {}
        }
      )
    
    Getting Started

    To get started building with Playgrounds, you'll need to create an account and generate an API key.

    • Create an account with Playgrounds
    • Generate an API key
    • Click the Install button here and enter your API key
    • Go to the LiveQuery section of Data Studio and start querying!
    Overview

    The Playgrounds API is a robust solution aimed at enhancing your user experience with The Graph's decentralized network. By providing streamlined access to all decentralized datasets on The Graph Network, it simplifies subgraph access, API key, and query management. Leveraging its intuitive API key system and Proxy URL, you can seamlessly integrate it with all data analytics environments, enabling data downloading via REST API without the need for GRT or a crypto wallet.

    For comprehensive information, please visit our official documentation.

    Key Features

    1. SaaS-like experience for decentralized subgraphs: Enjoy a user-friendly experience as you navigate through the decentralized datasets on The Graph Network.
    2. Seamless integration with Subgrounds: Pair the API with Subgrounds to simplify and streamline querying and data analysis from decentralized subgraphs.
    3. API key usage monitoring: Keep track of your API key usage to ensure optimal performance.