An example for querying top Dex by volume
on L2s from existing sinked tables, which
are created by Routine Schemas.
intquery {
zkSync {
Dexes(orderBy: VOLUME_DESC, first: 1) {
name
volume
}
}
}
An example for querying top Dex by volume on L2s from existing sinked tables, which are created by Routine Schemas.
intquery {
zkSync {
Dexes(orderBy: VOLUME_DESC, first: 1) {
name
volume
}
}
}