NFT Market Volume/Count
Definition
NFT Market Volume/Count is metric which calculates market count and the market volume in ETH for NFT collections. Assumption is that when the majority of the volume is buying NFTs, the market is in a euphoric state. On the other hand, when NFT owners accept many orders, the market is depressed.
Access
Measuring Unit
- Volume metric - amount in ETH
- Count metric - amount of trades
Data Type
Frequency
- NFT collection: Daily Intervals
Latency
Available Assets
ethereum
and weth
SanAPI
NFT collection buy/sell market volume (count) - nft_market_volume
(nft_market_count
):
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "nft_market_volume") { timeseriesData( selector: { address: "0xed5af388653567af2f388e6224dc7c4b3241c544" } from: "2022-05-01T00:00:00Z" to: "2022-05-07T00:00:00Z" interval: "1d" ) { datetime value } } }