Adapter Name
Gitcoin
Data type
Treasury
Data
24 hours fees: $564,507,541.79
Adapter Name
Uniswap
Data type
Fees
Data
24 hours fees: $0.03
Adapter Name
Arbitrum
Data type
Fees
Data
24 hours fees: $14,728.17
The easiest way to build subgraphs
Import smart contracts, write an indexer, and deploy to The Graph's decentralized network. All without leaving your browser.
Data powers the world of crypto.
We believe this data should not come from closed silos, but from open, transparent protocols.
CryptoStats empowers any developer to contribute to an open, trustworthy dataset, and enables publishers to access this data for free.
CryptoStats already powers many popular websites. But we need your help to take this to the next level.
Want to know more?
See how it worksBlockchains & Protocols
Indexers
Normalization & Curation
Presentations
Create and update the adapters that provide data to CryptoStats. Write, test and publish the code right in the browser!
Open the adapter editorReview a wide range of data metrics, covering protocols across the crypto space.
Browse data setsUse trustworthy data metrics in your website or dapp.
It's free and always will be.
Using the Data is easy. Try it out
1const { CryptoStatsSDK } = require('@cryptostats/sdk');
2(async function() {
3 const sdk = new CryptoStatsSDK({
4 moralisKey: '<your key>',
5 });
6 const list = sdk.getList('fees');
7 await list.fetchAdapters();
8
9 const result = await list.executeQuery('oneDayTotalFees', '2022-01-01');
10 console.log(result);
11})();
All data and infrastructure maintained by the community.
Join us and help build a world of open, transparent data.
None!
CryptoStats is a community-driven project, with no backing by VCs or other investors.