is there any possible I can fetch on-chain data easily?
Dec 20, 2022, 4:39 AM
Like historical balance, or daily txs vol for any smart contract to see the trend.
For example, what is the daily Tx or unique users for Fragment smartContract?
For example, what is the daily Tx or unique users for Fragment smartContract?
Dec 20, 2022, 4:40 AM
dton.io/graphql/
https://dton.io/graphql/#query=%7B%0A%20%20transactions(%0A%20%20%20%20parsed_seller_is_closed%3A%201%0A%20%20%20%20parsed_nft_true_nft_in_collection%3A%201%0A%20%20%20%20parsed_nft_collection_address_address%3A%20%22B774D95EB20543F186C06B371AB88AD704F7E256130CAF96189368A7D0CB6CCF%22%0A%20%20%20%20order_by%3A%20%22parsed_seller_max_bid%22%0A%20%20%20%20order_desc%3A%20true%0A%20%20)%20%7B%0A%20%20%20%20parsed_dns_domain%0A%20%20%20%20gen_utime%0A%20%20%20%20parsed_seller_max_bid%0A%20%20%20%20address%0A%20%20%20%20workchain%0A%20%20%20%20seqno%0A%20%20%20%20shard%0A%20%20%20%20fees_collected_grams%0A%20%20%7D%0A%7D
Fragment usernames example
Fragment usernames example
Dec 20, 2022, 7:33 AM
Yeh, I tried. But can't aggregate the timeFrame to daily
Dec 20, 2022, 8:32 AM
https://dton.io/graphql/#query=%7B%0A%20%20lastTransactionCountSegments(segmentation%3A%20%22day%22%2C%20days%3A%2010)%7B%0A%20%20%20%20segment%0A%20%20%20%20cnt%0A%20%20%7D%0A%7D
Dec 21, 2022, 8:04 PM
chad!
is it possible to add a filed that is 'Addresses'? Would like to see which smartContractAddresses or Wallet are contributing more in daily Txs.
Dec 22, 2022, 2:49 AM