One neutral source of truth for crypto metrics. Used by everyone, managed by the community.

Discover the data collection
Gitcoin DAO Treasury
Preview

Adapter Name

Gitcoin

Data type

Treasury

Data

24 hours fees: $564,507,541.79

Yearn Vault APYs
Preview

Adapter Name

Uniswap

Data type

Fees

Data

24 hours fees: $0.07

Arbitrum fees
Preview

Adapter Name

Arbitrum

Data type

Fees

Data

24 hours fees: $143,204.23

Introducing: The Subgraph Editor

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.

What is CryptoStats?

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 works

Blockchains & Protocols

Indexers

Normalization & Curation

Presentations

BloombergCryptoFeesCryptoTesters

Create

editor

Create and update the adapters that provide data to CryptoStats. Write, test and publish the code right in the browser!

Open the adapter editor

Discover

Collections

Review a wide range of data metrics, covering protocols across the crypto space.

Browse data sets

Consume and use data

Use 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})();

Who is using CryptoStats?

BloombergCryptoFeesCryptoTestersOpenBB

CryptoStat Community

All data and infrastructure maintained by the community.
Join us and help build a world of open, transparent data.

Our investors

None!

CryptoStats is a community-driven project, with no backing by VCs or other investors.

Frequent answered questions

1. Is CryptoStats data free?
2. Is CryptoStats decentralized?
3. How is CryptoStats different from The Graph?
4. How can I contribute to CryptoStats?