Subgraph
Last updated
https://api.goldsky.com/api/public/project_clpx84oel0al201r78jsl0r3i/subgraphs/kodiak-panda-berachain-mainnet/latest/gn# Fetch active pools with their latest metrics
{
pandaPools(
where: {
graduated: false,
volumeUSD_gt: "0"
}
orderBy: volumeUSD
orderDirection: desc
) {
id
price
volumeUSD
swapsCount
}
}