How to Calculate Daily Sales Volume on OpenSea?

OpenSea is a leading peer-to-peer marketplace for rare NFTs and crypto collectibles. Identifying OpenSea’s sales volume and projecting revenue on any time interval is easy with our structured and labeled data in the ethereum.nft_events table. 

Let’s get started with our query. First we will truncate the date to be easily readable and then sum the total price in $US Dollars of sales, counting each NFT token by the token_id variable. 

ethereum.nft_events table is where OpenSeas labeled transactions are stored. The event type for each sale transaction is ‘sale’ where the event platform is ‘opensea’. Group and order by the results to complete the query.

Here’s the resulting table from the query.

Let’s graph these results of the total sales and number of sales per week on OpenSea to visualize them over time:

These results can also be exported via CSV or accessed via an auto-updating API endpoint. 

View the full results here: 

USD Volume Chart: https://velocity-app.flipsidecrypto.com/velocity/visuals/5b828bdb-ec82-432e-bd8d-3ce082f38929/819a10f9-f610-4766-9620-a363b7e6e933

NFT Volume Chart: https://velocity-app.flipsidecrypto.com/velocity/visuals/5c0c8ee4-4055-4eb8-8aeb-d92cb3dcb34e/819a10f9-f610-4766-9620-a363b7e6e933

Signup for free and answer your own questions here

Share This Post on Social Media
Share on facebook
Facebook
Share on twitter
Twitter
Share on linkedin
LinkedIn