Subgraph for DODO
#
Subgraph for dodoex.ioThe Graph exposes a GraphQL endpoint to query the events and entities within the DODOex ecosystem.
Go to thegraph playground : DODOEX
Go to thegraph playground : vDODO
Go to thegraph playground : ERC20Token
#
1、 IntroduceWhat is in OrderHistory
- Each OrderHistory event emit by DODOSmartRoute contract,if swap goes into the dodo liquidity pool, pool swap event will be ignored.
- If swap tx isn't from DODOSmartRoute, swap event from each dodo liquidity pool will be record as OrderHistory.
What is in Swap
- Each swap event emit from dodo liquidity pool
Where to find pool information
- In Pair schema we track pool status.
Endpoints
#
2、 Graphql Examples- to get user info
- to get pair data for statistics use pairDayData、pairHourData
- to get crowdpooling info