this query will expose all unique pools where the order of token0 and token1 is determined based on token address ascending.
important to note, the output of this query will not indicate the base and quote tokens correctly as they do not represent actual strategies with their base and quote asset indication.
{
pairs (first:3)
{ id
}
}
this query will expose all unique pools where the order of token0 and token1 is determined based on token address ascending.
important to note, the output of this query will not indicate the base and quote tokens correctly as they do not represent actual strategies with their base and quote asset indication.