synthquest⚡️ LQ / Playgrounds LiveQuery Function Guide copy
    Updated 2023-09-14

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


    Run a query to Download Data