Analytics
Last updated
Was this helpful?
Last updated
Was this helpful?
You are welcome to use the dashboard here - - which shows the $CYC supply, number of deposits, pool value in USD along with other information, in real time.
query { tokensInPoolPerDay(count: 7) { name values { timestamp value } } }
query { total { iotx fee } }
query { totalPoolPerDay(count: 7) { timestamp value } }
query { airdropScore(address: "io1tmt2vp28afp2vd3h598n0lwu6sj3lyc64apjw3") }
query { luckyDrawTopN(poolAddress: "io1rqm2keejw4jypgl0w6hr96r054ns63u0hqrfuy", n: 15) { hash address method } }
query { luckyDrawTopN(poolAddress: "io1gkeeljp4grwskgq3tl2xqglqy546nhhmytnqqp", n: 15) { hash address method } }
query { luckyDrawTopN(poolAddress: "io1mlcgsv4ma0t6gffpxg2gva3lwqnlj5msradxk6", n: 15) { hash address method } }
We have decoded and indexed Cyclone contracts data so every one can run powerful analysis with simple GraphQL queries through . Some typical queries look like below.