This query gets the all time information about DFX
1
{
2
dfxfactories {
3
id
4
pairCount
5
totalVolumeUSD
6
totalLiquidityUSD
7
}
8
}
Copied!
DFX Day Data
Daily snapshots of all total liquidity and volume
This query gets the daily snapshots on the all time information about DFX such as the US dollar value of the total liquidity and total volume across all DFX pools
1
{
2
dfxdayDatas (
3
orderBy: date
4
orderDirection: asc
5
){
6
totalVolumeUSD
7
totalLiquidityUSD
8
}
9
}
Copied!
Trade
This query gets the latest 10 trades that were made in a pool. i.e. the EURS/USDC pool