Skip to content

Instantly share code, notes, and snippets.

@echa
Last active April 11, 2023 11:33
Show Gist options
  • Save echa/0f303df8415b7f20a371827a8bd0f027 to your computer and use it in GitHub Desktop.
Save echa/0f303df8415b7f20a371827a8bd0f027 to your computer and use it in GitHub Desktop.
{
"sources": {
"tzpro": {
"url": "https://api.tzpro.io/v1",
"default": true
},
"tzstats": {
"url": "https://staging.tzstats.com"
}
},
"menu": [{
"title": "Home",
"description": "Home",
"path": "/home",
"icon": "home"
},
{
"title": "DeFi",
"description": "DeFi",
"path": "/defi",
"icon": "zap"
},
{
"title": "NFTs",
"description": "NFTs",
"path": "/nfts",
"icon": "image"
},
{
"title": "Games",
"description": "Games",
"path": "/games",
"icon": "play"
},
{
"title": "Developers",
"description": "Developers",
"path": "/developers",
"icon": "code"
},
{
"title": "Marketing",
"description": "Marketing",
"path": "/marketing",
"icon": "speaker"
},
{
"title": "Cohorts",
"description": "Cohorts",
"path": "/cohorts",
"icon": "users"
}
],
"pages": {
"home": [{
"hide": false,
"id": "active_wallets",
"title": "Active Wallets",
"description": "Number of tz1, tz2 and tz3 wallets showing activity, i.e. sending a transaction.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=active_wallets&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "new_wallets",
"title": "New Funded Wallets",
"description": "Number of wallets seen receiving their first funding transaction.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_wallets&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "activations",
"title": "New Active Wallets",
"description": "Number of wallets seen sending their first transaction.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_activations&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "ghost_wallets",
"title": "New Ghost Wallets",
"description": "Number of unfunded token owner wallets.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_ghost_wallets&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "gray"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "transaction_volume",
"title": "Transaction Volume",
"description": "Amount of tez transferred.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=vol_all_transfers&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "new_contracts",
"title": "New Smart Contracts",
"description": "Number of new smart contracts deployed.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_contracts&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "new_dapps",
"title": "New Dapps",
"description": "Number of unique new contract types deployed. Based on unique contract code hashes.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_dapps&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "contract_interactions",
"title": "Contract Interactions",
"description": "Total count of smart contract calls sent by wallets.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_contract_calls&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "contracts_mix_sector",
"title": "Active Contracts by Sector",
"description": "Total active contracts by sector.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/nft?select=active_ledgers&range=${range}&interval=${interval}&limit=10000",
"/stats/defi?select=active_contracts&range=${range}&interval=${interval}&limit=10000",
"/stats/game?select=active_contracts&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${series_name}",
"chart": {
"type": "areastack",
"curve": "linear",
"stack": "expand",
"grid": "horizontal",
"color": "multi"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"shared": true,
"crosshair": "vertical",
"snap": "both"
}
}
],
"defi": [{
"id": "active_defi_users",
"title": "Active DeFi Users",
"description": "Active wallets calling DeFi contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=active_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "new_defi_users",
"title": "New DeFi Users",
"description": "Number of new DeFi users.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_new_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "total_defi_users",
"title": "Total DeFi Users",
"description": "Number of all-time DeFi users.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_total_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "defi_activity_type",
"title": "Active DeFi Contracts by Type",
"description": "Distribution of activity across DeFi contract types.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/defi?select=active_dexes&range=${range}&interval=${interval}&limit=10000",
"/stats/defi?select=active_vaults&range=${range}&interval=${interval}&limit=10000",
"/stats/defi?select=active_farms&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "active_dex_contracts",
"title": "Active DEX Contracts",
"description": "Unique active DEXs pools with trading activity or liquidity events.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=active_dexes&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "active_vaults",
"title": "Active Vaults",
"description": "Unique active vault contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_active_vaults&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "active_farms",
"title": "Active Farms",
"description": "Unique active farm contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_active_farms&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "dex_trades",
"title": "DEX Trades",
"description": "Count of trade executions across all DEXs.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_trades&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "dex_trades_provider",
"title": "Trades by DEX Provider",
"description": "Distribution of trade executions across top DEX providers.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_trades&range=${range}&interval=${interval}&limit=10000&group_by=entity&entity=dexter,aliens,youves,ctez,flame,plenty,quipu,sirius,vortex,spicy",
"alias": "${tag_entity}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "dex_volume_usd",
"title": "DEX Trade Volume in USD",
"description": "Total trading volume across all tokens converted into USD value at time of trade.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=vol_trade_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "volume_distribution",
"title": "Trading Volume by DEX Provider in USD",
"description": "Distribution of trading volume across top DEX providers.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=vol_trade_usd&range=${range}&interval=${interval}&limit=10000&group_by=entity&entity=dexter,aliens,youves,ctez,flame,plenty,quipu,sirius,vortex,spicy",
"alias": "${tag_entity}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "tvl_distribution",
"title": "Liquidity by DEX Provider in USD",
"description": "Distribution of TV between DEX providers.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=max(tvl_dexes_usd)&range=${range}&interval=${interval}&limit=10000&group_by=entity&entity=dexter,aliens,youves,ctez,flame,plenty,quipu,sirius,vortex,spicy",
"alias": "${tag_entity}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "dex_positions",
"title": "DEX New vs Closed Positions",
"description": "Distribution of new to closed positions in DEX contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/dex/stats?select=num_new_positions&range=${range}&interval=${interval}&limit=10000",
"/dex/stats?select=num_closed_positions&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "defi_wash_volume",
"title": "Wash Trade Volume Share",
"description": "Percentage of wash trading volume from LP providers.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/defi?select=vol_trade_usd&range=${range}&interval=${interval}&limit=10000",
"/stats/defi?select=vol_washtrade_usd&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "defi_tvl",
"title": "Total DEX Liquidity (TVL) in USD",
"description": "Total amount of value held in DEX contracts converted to USD. Token prices are updated each block based on CEX and DEX prices along maximum liquidty trade routes.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=tvl_dexes_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "new_users_lps_share",
"title": "New LPs Share",
"description": "Percentage of new LPs in new DeFi users.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/defi?select=new_users&range=${range}&interval=${interval}&limit=10000",
"/stats/defi?select=new_lps&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "current_lps",
"title": "Current DEX LPs",
"description": "Number of liquidity providers with open positions.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=current_lps&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "new_positions",
"title": "New DEX LP Positions",
"description": "Number of new liquidity provider positions across all DEX pools.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=num_new_positions&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "lp_fees_earned",
"title": "DEX LP Fees Earned in USD",
"description": "Sum of trading fees earned by liquidity providers converted to USD.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/defi?select=vol_lp_fees_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
}
],
"nfts": [{
"id": "nft_active_users",
"title": "Active Users",
"description": "Count of wallets interacting with an NFT token or marketplace.",
"showtimeframe": false,
"showmaximize": true,
"source": "/nft/stats?select=active_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "nft_active_creators",
"title": "Active Creators",
"description": "Count of wallets minting NFTs. This can either be artists minting collections or buyers in primary sales where the sale mints a generative NFT like on fxhash.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=active_creators&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"id": "nft_active_traders",
"title": "Active Traders",
"description": "Count of wallets calling any of the monitored NFT markets to buy or sell NFTs.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=active_traders&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "nft_user_type",
"title": "Activity by Group",
"description": "Distribution of NFT user types.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/nft?select=active_traders&range=${range}&interval=${interval}&limit=10000",
"/stats/nft?select=active_creators&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "nft_active_users_share",
"title": "Active Users by Category",
"description": "Unique active users per NFT category. A user who interacts with NFTs in multiple categories is counted only once.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=active_users&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "nft_new_users_share",
"title": "New Users by Category",
"description": "First time active users per NFT category. A user who interacts with NFTs in different categories for the first time is counted once per category.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=new_users&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "nft_num_transfers",
"title": "Transfers by Category",
"description": "Count of NFT transfers per category.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_transfers&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "nft_num_mints",
"title": "Mints by Category",
"description": "Count of NFT mints per category.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_mints&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"id": "nft_mint_calls",
"title": "NFT Mint calls",
"description": "Number of NFT mint calls. One call can mint a single or multiple NFTs.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_mints&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "nft_new_tokens",
"title": "New NFT Tokens minted",
"description": "Number of NFTs minted including editions of the same NFT.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_new_nfts&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "num_sales",
"title": "NFTs Sold",
"description": "Number of NFTs sold.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_sales&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "num_sales_cat",
"title": "Sales by Category",
"description": "Number of NFT sales per category.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=num_sales&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "vol_sales_usd",
"title": "Total Sales Volume in USD",
"description": "Sales volume across all markets, categories and sale types in USD.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=vol_sales_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "vol_sales_xtz",
"title": "Total Sales Volume in XTZ",
"description": "Sales volume across all markets, categories and sale types in XTZ.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=vol_sales_xtz&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "gray"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "vol_sales_type",
"title": "Sales Volume by Type",
"description": "Volume of NFT sales in USD per sale type.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/nft?select=vol_auctions_usd,vol_offers_usd,vol_listings_usd,vol_primaries_usd&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "vol_market_fees",
"title": "Marketplace Fees in USD",
"description": "Volume of NFT marketplace fees earned in USD.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=vol_fees_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "vol_royalties",
"title": "Royalties in USD",
"description": "Volume of NFT marketplace royalties paid in USD.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=vol_royalties_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "nft_active_traders_category",
"title": "Active Traders by Category",
"description": "Active users trading NFTs per category. A trader who is active in multiple categories is counted once per category.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=active_traders&range=${range}&interval=${interval}&limit=10000&group_by=category&category.in=art,social,game,metaverse",
"alias": "${tag_category}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "open_sales",
"title": "Open Sales by Type",
"description": "Open NFT sale transactions by sale type.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/nft?select=num_open_auctions,num_open_offers,num_open_listings&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "auto",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "buyers_sellers",
"title": "New Buyers vs Sellers",
"description": "Distribution of new NFT buyers vs sellers.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/nft/stats?select=new_buyers,new_sellers&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "buyers_sellers",
"title": "Active Traders by Type",
"description": "Number of NFT buyers and sellers.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/nft/stats?select=active_buyers,active_sellers&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "barstack",
"grid": "horizontal",
"color": "multi"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
}
],
"games": [{
"hide": false,
"id": "game_active_users",
"title": "Active Game Users",
"description": "Active wallets calling any game contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=active_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "game_active_users_top",
"title": "Active Users in Top Games",
"description": "Active wallets calling the top game contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=active_users&range=${range}&interval=${interval}&limit=10000&group_by=entity&entity=PixelPotus,Tezotopia,TezosDegenClub,Trooperz,CelestialX,Tz1and",
"alias": "${tag_entity}",
"sort": "desc",
"chart": {
"type": "barstack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "game_active_vs_new",
"title": "Active vs New Game Users Share",
"description": "Distribution of active game users vs new first-time game users.",
"showtimeframe": false,
"showmaximize": true,
"source": [
"/stats/nft?select=new_users&range=${range}&interval=${interval}&limit=10000",
"/stats/nft?select=active_users&range=${range}&interval=${interval}&limit=10000"
],
"alias": "${column_name}",
"chart": {
"type": "areastack",
"grid": "horizontal",
"stack": "expand",
"color": "multi"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "game_new_users",
"title": "New Game Users",
"description": "Count of first-time game users.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=new_users&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "yellow"
},
"xaxis": {
"scale": "utc"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "game_active_contracts",
"title": "Active Game Contracts",
"description": "Active game engines receiving calls from user wallets.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=active_contracts&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "game_calls",
"title": "Wallet Interactions",
"description": "Count of wallet interactions with game engine contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=num_calls&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "game_ops",
"title": "Contract Calls",
"description": "External and internal contract calls to game engines.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=num_ops&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "game_nft_sales",
"title": "Game NFT Sales in USD",
"description": "Total USD value of traded game NFTs.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/nft?select=vol_sales_usd&range=${range}&interval=${interval}&limit=10000&category=game",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": false,
"id": "game_tx_volume",
"title": "Game Transaction Volume in USD",
"description": "Amount of tez transferred to and from game contracts.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/game?select=vol_transfers_in_usd,vol_transfers_out_usd&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "green"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
}
],
"developers": [{
"hide": false,
"id": "new_dapps",
"title": "New Dapps",
"description": "Number of unique new contract types deployed. Based on unique contract code hashes.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_dapps&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "new_contracts",
"title": "New Smart Contracts",
"description": "Number of new smart contracts deployed.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_new_contracts&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "blue"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": false,
"id": "contract_interactions",
"title": "Contract Interactions",
"description": "Total count of smart contract calls sent by wallets.",
"showtimeframe": false,
"showmaximize": true,
"source": "/stats/wallet?select=num_contract_calls&range=${range}&interval=${interval}&limit=10000",
"chart": {
"type": "area",
"grid": "horizontal",
"color": "pink"
},
"xaxis": {
"scale": "band"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "both"
}
},
{
"hide": true,
"id": "active_repositories",
"title": "Active Git Users",
"description": "Active Tezos-related source code repos with commits.",
"showtimeframe": false,
"showmaximize": true,
"source": "https://gist.githubusercontent.com/os2357/1309cab5fed916060a80490b4fdb1e4a/raw/b641950f0420bbce97f8d55ebad5ce0bd3078e53/sample-data.json",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"ActiveUsersTezosCom": "active_users"
}
},
"chart": {
"type": "bar",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "active_developers",
"title": "Active Developers",
"description": "Amount of active developers contributing in the form of commits, issues, pull requests.",
"showtimeframe": false,
"showmaximize": true,
"source": "https://gist.githubusercontent.com/os2357/1309cab5fed916060a80490b4fdb1e4a/raw/b641950f0420bbce97f8d55ebad5ce0bd3078e53/sample-data.json",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"PageViewsDeveloperPortal": "page_views"
}
},
"chart": {
"type": "bar",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
}
],
"marketing": [{
"hide": true,
"id": "tezoscom_total_visits",
"title": "Tezos.com Total Visits",
"description": "Total visits to the Tezos.com website.",
"showtimeframe": false,
"showmaximize": true,
"source": "mock://activity_demo",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"PageViewsTezosCom": "page_views"
}
},
"chart": {
"type": "line",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "tezoscom_active_users",
"title": "Active Users Tezos.com",
"description": "Number of active users on the Tezos.com website.",
"source": "mock://activity_demo",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"ActiveUsersTezosCom": "active_users"
}
},
"chart": {
"type": "line",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "devportal_total_visits",
"title": "Dev Portal Total Visits",
"description": "Number of visitors to the Tezos.com dev portal.",
"showtimeframe": false,
"showmaximize": true,
"source": "mock://activity_demo",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"PageViewsDeveloperPortal": "page_views"
}
},
"chart": {
"type": "line",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
},
{
"hide": true,
"id": "devportal_active_users",
"title": "Dev Portal Active Users",
"description": "Number of active users on the Tezos.com dev portal.",
"showtimeframe": false,
"showmaximize": true,
"source": "mock://activity_demo",
"transform": {
"name": "marketing",
"type": "remap",
"remap": {
"FromDate": "time",
"ActiveUsersDeveloperPortal": "active_users"
}
},
"chart": {
"type": "line",
"grid": "horizontal"
},
"yaxis": {
"format": "short",
"decimals": 2
},
"tooltip": {
"crosshair": "vertical",
"snap": "horizontal"
}
}
],
"cohorts": [{
"id": "cohort_demo_chart",
"title": "Cohort Demo (mock data)",
"description": "Shows how the cohort chart works.",
"groups": ["Ottez NFT Holders", "Activation Event X"],
"actions": ["NFT Reveal", "DEX interaction"],
"colors": [{
"name": "Blue",
"code": "0, 0, 255"
},
{
"name": "Red",
"code": "255, 0, 0"
},
{
"name": "Yellow",
"code": "255, 255, 0"
},
{
"name": "Green",
"code": "0, 128, 0"
},
{
"name": "Orange",
"code": "255, 191, 0"
},
{
"name": "Purple",
"code": "128, 0, 128"
},
{
"name": "Maroon",
"code": "128, 0, 0"
},
{
"name": "Teal",
"code": "0, 128, 128"
},
{
"name": "Black",
"code": "0, 0, 0"
},
{
"name": "Olive",
"code": "128, 128, 0"
}
],
"maxrows": 10,
"charttype": "cohort",
"source": "mock://cohort_demo"
}]
},
"mocks": {
"cohort_demo": {
"group_name": "",
"action_name": "",
"head_name": "8/17-9/19, 2022",
"head_value": "18,125",
"num_cohorts": 10,
"num_epochs": 10,
"epoch_names": ["W1: 8/7 - 8/14", "W2: 8/15 - 8/21", "W3: 8/22 - 8/28", "W4: 8/29 - 9/5", "W5: 9/6 - 9/12", "W6: 9/13 - 9/19", "W7: 9/20 - 9/27", "W8: 9/28 - 10/5", "W9: 10/12 - 10/19", "W10: 10/20 - 10/27"],
"cohort_names": ["Aug 7 - Aug 14", "Aug 15 - Aug 22", "Aug 23 - Aug 30", "Aug 31 - Sep 6", "Sep 7 - Sep 14", "Sep 15 - Sep 22", "Sep 23 - Sep 30", "Oct 1 - Oct 7", "Oct 8 - Oct 15", "Oct 16 - Oct 23"],
"cohort_sizes": [3567, 2567, 7567, 1567, 5567, 2567, 3567, 4567, 1567, 4567],
"epoch_sizes": [100, 100, 100, 100, 100, 100, 100, 100, 100, 100],
"epoch_means": [0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
"cohort_ratios": [
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005],
[0.095, 0.085, 0.075, 0.065, 0.055, 0.045, 0.035, 0.025, 0.015, 0.005]
],
"cohort_counts": [
[60, 40, 60, 40, 60, 40, 60, 40, 60, 40],
[60, 40, 60, 40, 60, 40, 60, 40, 60, 40]
]
},
"activity_demo": {
"FromDate": ["2021-01-01", "2021-02-01", "2021-03-01", "2021-04-01", "2021-05-01", "2021-06-01", "2021-07-01", "2021-08-01", "2021-09-01", "2021-10-01", "2021-11-01", "2021-12-01", "2022-01-01", "2022-02-01", "2022-03-01", "2022-04-01", "2022-05-01", "2022-06-01", "2022-07-01", "2022-08-01", "2022-09-01"],
"ToDate": ["2021-02-01", "2021-03-01", "2021-04-01", "2021-05-01", "2021-06-01", "2021-07-01", "2021-08-01", "2021-09-01", "2021-10-01", "2021-11-01", "2021-12-01", "2022-01-01", "2022-02-01", "2022-03-01", "2022-04-01", "2022-05-01", "2022-06-01", "2022-07-01", "2022-08-01", "2022-09-01", "2022-10-01"],
"TotalWallets": [945094, 1059259, 1135408, 1245760, 1347847, 1394539, 1429943, 1496969, 1630228, 1736580, 1816585, 1886927, 1951843, 2010270, 2053731, 2051272, 2084647, 2110093, 2138140, 2156371, 2176742],
"TotalExchangeWallets": [532518, 622884, 676238, 752520, 822875, 851678, 872840, 911483, 991890, 1059600, 1109949, 1125703, 1135808, 1145738, 1153911, 1159611, 1161244, 1164606, 1167613, 1169959, 1172273],
"TotalBakerWallets": [2078, 2087, 2108, 2136, 2154, 2168, 2175, 2184, 2213, 2222, 2234, 2259, 2286, 2314, 2327, 2346, 2362, 2374, 2381, 2387, 2396],
"TotalDelegatorWallets": [87919, 97870, 105425, 115516, 124332, 128914, 133231, 139519, 147455, 154054, 158910, 165487, 171238, 174964, 177601, 179567, 181853, 183606, 185444, 186606, 187623],
"TotalContracts": [2161, 2641, 3425, 9383, 10474, 13236, 16723, 20992, 27152, 32009, 39565, 46152, 54936, 63316, 70040, 76666, 83249, 90162, 102049, 110993, 119073],
"TotalDefiContracts": [170, 454, 930, 1281, 1543, 1779, 2094, 2407, 2697, 3317, 3627, 3881, 4103, 4278, 4456, 4637, 4789, 4933, 5051, 5163, 5291],
"TotalGameContracts": [1, 1, 3, 4, 5, 10, 13, 16, 17, 17, 23, 26, 30, 34, 37, 41, 41, 42, 42, 44, 44],
"TotalNftContracts": [4, 24, 122, 222, 819, 1470, 2503, 3255, 4237, 5090, 9624, 13624, 18339, 22182, 25310, 28547, 32031, 35850, 41946, 47589, 52291],
"TotalExchangeUsers": [31552, 62918, 88197, 121486, 150439, 164864, 176439, 196987, 235517, 263642, 286170, 314925, 342812, 367342, 386686, 397886, 411149, 421518, 433547, 440946, 448151],
"TotalDefiUsers": [775, 1468, 2456, 5379, 10237, 13456, 17113, 20278, 26401, 32724, 42800, 61405, 79206, 87540, 93160, 97348, 103700, 107923, 110891, 113397, 118091],
"TotalGameUsers": [26, 46, 109, 139, 629, 1435, 2171, 3448, 7044, 8821, 9834, 10657, 11992, 17256, 18092, 18651, 18967, 19223, 19327, 19537, 19656],
"TotalNftUsers": [1, 281, 4309, 11581, 19751, 24790, 28144, 35929, 53224, 67991, 83629, 109890, 136554, 160515, 171334, 177833, 186612, 194810, 200657, 205584, 210937],
"TotalNftOwners": [0, 127, 4223, 11140, 18449, 23212, 51085, 58001, 73984, 115921, 187468, 233480, 271238, 407688, 464207, 505186, 520692, 531663, 545522, 552206, 562882],
"TotalNftCreators": [1, 9, 2790, 7473, 12786, 16074, 18018, 22662, 31413, 41392, 49556, 60373, 69026, 78896, 83142, 86559, 90391, 95540, 99388, 102226, 104760],
"TotalNftTraders": [0, 276, 4051, 10915, 18189, 22773, 25665, 32225, 48085, 61068, 74392, 97133, 121083, 138909, 147222, 152144, 156618, 160692, 164385, 168415, 172978],
"TotalNftMarkets": [0, 1, 6, 10, 10, 15, 26, 31, 33, 34, 37, 45, 50, 58, 60, 62, 63, 64, 67, 67, 67],
"TotalNfts": [0, 1215, 1157895, 2942533, 5234889, 11107851, 11280213, 12450123, 17467592, 19843934, 22767482, 27499352, 30364223, 34561442, 37466749, 39564844, 40825566, 43618161, 45356959, 47353577, 49091571],
"NewWallets": [83609, 114164, 76149, 110351, 102086, 46691, 35402, 67026, 133257, 106353, 80003, 70340, 64914, 58427, 43460, -2459, 33374, 25447, 28046, 18231, 20371],
"NewExchangeWallets": [68279, 91144, 54371, 77652, 71806, 29896, 21619, 38994, 81209, 68539, 51380, 16651, 10784, 10574, 8560, 6214, 6964, 5095, 4275, 3324, 3143],
"NewBakerWallets": [26, 17, 24, 33, 23, 18, 16, 13, 33, 13, 16, 30, 30, 31, 16, 21, 21, 13, 12, 11, 15],
"NewDelegatorWallets": [7025, 10040, 7705, 10260, 8992, 4797, 4416, 6377, 8031, 6722, 4992, 6712, 5860, 3837, 2692, 2010, 2319, 1867, 1912, 1197, 1047],
"NewExchangeUsers": [31552, 31366, 25279, 33289, 28953, 14425, 11575, 20548, 38530, 28125, 22528, 28755, 27887, 24530, 19344, 11200, 13263, 10369, 12029, 7399, 7205],
"NewDefiContracts": [111, 284, 476, 351, 262, 236, 315, 313, 290, 620, 310, 254, 222, 175, 178, 181, 152, 144, 118, 112, 128],
"NewGameContracts": [0, 0, 2, 1, 1, 5, 3, 3, 1, 0, 6, 3, 4, 4, 3, 4, 0, 1, 0, 2, 0],
"NewNftContracts": [2, 20, 98, 100, 597, 651, 1033, 752, 982, 853, 4534, 4000, 4715, 3843, 3128, 3237, 3484, 3819, 6096, 5643, 4702],
"NewDefiUsers": [775, 693, 988, 2923, 4858, 3219, 3657, 3165, 6123, 6323, 10076, 18605, 17801, 8334, 5620, 4188, 6352, 4223, 2968, 2506, 4694],
"NewGameUsers": [26, 20, 63, 30, 490, 806, 736, 1277, 3596, 1777, 1013, 823, 1335, 5264, 836, 559, 316, 256, 104, 210, 119],
"NewNftUsers": [1, 280, 4028, 7272, 8170, 5039, 3354, 7785, 17295, 14767, 15638, 26261, 26664, 23961, 10819, 6499, 8779, 8198, 5847, 4927, 5353],
"NewNftOwners": [0, 127, 4103, 6983, 7395, 4864, 27998, 7143, 16326, 42276, 72104, 46324, 38604, 136980, 58241, 42120, 16118, 12049, 14227, 7028, 10993],
"NewNftCreators": [1, 8, 2781, 4683, 5313, 3288, 1944, 4644, 8751, 9979, 8164, 10817, 8653, 9870, 4246, 3417, 3832, 5149, 3848, 2838, 2534],
"NewNftTraders": [0, 276, 3775, 6864, 7274, 4584, 2892, 6560, 15860, 12983, 13324, 22741, 23950, 17826, 8313, 4922, 4474, 4074, 3693, 4030, 4563],
"NewNftMarkets": [0, 1, 5, 4, 0, 5, 11, 5, 2, 1, 3, 8, 5, 8, 2, 2, 1, 1, 3, 0, 0],
"NewNfts": [0, 1215, 1156680, 1784638, 2292356, 5872962, 172362, 1169910, 5017469, 2376342, 2923548, 4731870, 2864871, 4197219, 2905307, 2098095, 1260722, 2792595, 1738798, 1996618, 1737994],
"ActiveWallets": [157592, 199966, 165885, 210501, 213770, 153604, 143544, 189383, 271480, 261211, 236141, 227856, 229676, 221891, 211700, 187834, 196009, 179722, 182546, 167497, 168094],
"ActiveDappUsers": [940, 1234, 6427, 12085, 20011, 19749, 19569, 27502, 45762, 48751, 50189, 62331, 66617, 64663, 52084, 39640, 41501, 38548, 33471, 32520, 33148],
"ActiveDefiUsers": [775, 938, 1647, 3982, 7478, 6934, 8607, 11143, 13805, 14677, 19273, 29771, 31774, 18980, 15682, 13267, 15681, 14244, 11258, 9503, 12121],
"ActiveGameUsers": [26, 27, 75, 54, 518, 1195, 1234, 2087, 5233, 4750, 3690, 2941, 2959, 7151, 3547, 3198, 2048, 1664, 1382, 1287, 1105],
"ActiveNftUsers": [1, 281, 4206, 9914, 14394, 13629, 12330, 17932, 32541, 35342, 38809, 50685, 54951, 57338, 44460, 32126, 32796, 32891, 28712, 28425, 27560],
"ActiveNftCreators": [1, 9, 2785, 6014, 8444, 7633, 5122, 8660, 14872, 18670, 17907, 22375, 21704, 22933, 15046, 13565, 14856, 17011, 15663, 13323, 12393],
"ActiveNftTraders": [0, 276, 3941, 9239, 12930, 12371, 10239, 15268, 29286, 30967, 32645, 41593, 45272, 43189, 30816, 23075, 21078, 20253, 18484, 19584, 20185],
"ActiveExchangeWallets": [76692, 100712, 62619, 87554, 81960, 37175, 28005, 50735, 94695, 82751, 63871, 29742, 25190, 21054, 22028, 20221, 16521, 13140, 13029, 9678, 8955],
"ActiveBakers": [417, 413, 396, 426, 415, 384, 358, 367, 397, 373, 344, 370, 378, 376, 354, 359, 349, 332, 337, 314, 310],
"ActiveDelegators": [58059, 67046, 71407, 79377, 84527, 83307, 86628, 92189, 97008, 98321, 100221, 105907, 109552, 111475, 110178, 110903, 113480, 114971, 116026, 115779, 115843],
"ActiveExchangeUsers": [31552, 40382, 36174, 47695, 46739, 28290, 24146, 38412, 63821, 53222, 45832, 49775, 49393, 44375, 39102, 27728, 31186, 26836, 27358, 21649, 20558],
"NumTransactions": [826886, 907233, 1033659, 1724994, 1886822, 2108884, 2594540, 2811421, 4528372, 3846384, 4191523, 4586185, 4838063, 3935728, 3814587, 3595417, 3823809, 3672807, 3515130, 3372242, 3180951],
"NumExchangeTxn": [224326, 259617, 208174, 266780, 254593, 157590, 129966, 197214, 334380, 269399, 222598, 180444, 176240, 161833, 155001, 111684, 143784, 118661, 112574, 95145, 86853],
"NumBakerTxn": [526261, 540266, 616844, 705314, 747799, 744335, 869235, 744934, 877992, 861025, 900066, 1006555, 973002, 959689, 991508, 1271466, 1133053, 1039422, 1106633, 1047233, 1110877],
"NumDelegatorTxn": [505354, 551580, 685000, 1060579, 1161860, 1366048, 1839469, 1752433, 2420490, 2119192, 2362251, 2504519, 2699800, 2332749, 2261448, 2399848, 2481446, 2350564, 2302142, 2256578, 2189333],
"NumContractCalls": [138824, 151819, 259714, 798129, 911268, 1235861, 1637697, 1869663, 3302038, 2691767, 3046169, 3326564, 3614234, 2745577, 2607899, 2140459, 2473406, 2456239, 2222162, 2156214, 1912850],
"NumDefiCalls": [54595, 55559, 49973, 195473, 327583, 492242, 853129, 721821, 947228, 797266, 746446, 737294, 690429, 474290, 472969, 337982, 431439, 443146, 383070, 340314, 332546],
"NumGameCalls": [119, 142, 233, 201, 3120, 37381, 69107, 134731, 176522, 148726, 198685, 125480, 156215, 154471, 168598, 169621, 69417, 61826, 36233, 40004, 33211],
"NumNftCalls": [1, 13730, 125327, 497905, 475562, 612411, 619825, 939732, 2103600, 1667747, 2017275, 2372646, 2680238, 2021081, 1847785, 1512991, 1845854, 1838882, 1693476, 1663433, 1396978],
"NumNftMintCalls": [1, 18, 19934, 40333, 53221, 50487, 35569, 66879, 138596, 142318, 218164, 340267, 330728, 226766, 215408, 152176, 196763, 227900, 204012, 165650, 149664],
"NumNftTradeCalls": [0, 1656, 86832, 402899, 333031, 406659, 258744, 507643, 1199751, 728393, 679200, 564582, 667867, 483859, 410955, 306165, 366899, 334900, 298442, 332385, 291018],
"NftSalesVolumeXTZ": [0, 1.0101, 211959.1219110029, 764405.5706800137, 657562.2542408475, 900662.5838923162, 549203.9653080825, 2.833053909135355e+06, 4.468803186572369e+06, 2.814576480400698e+06, 2.0185727016209052e+06, 3.6803696470615254e+06, 2.946866392168443e+06, 3.4281409629311515e+06, 3.531772222685393e+06, 2.314697323432973e+06, 4.142459942073643e+06, 3.9765198689566357e+06, 4.736624565888656e+06, 3.1682710112926154e+06, 3.201006946239627e+06],
"NftSalesVolumeUSD": [0, 4.937663228314027, 891853.4866173989, 4.392637070862408e+06, 3.105307897494829e+06, 2.8764277710094987e+06, 1.4798230870483292e+06, 1.2543872282797381e+07, 2.6834354784627933e+07, 1.9502918695195355e+07, 1.1376723914846092e+07, 1.6780533438657615e+07, 1.1358603241118418e+07, 1.1976270795213245e+07, 1.1497406025496224e+07, 7.405196671599261e+06, 8.317915130192622e+06, 6.643970647729011e+06, 7.536185247053182e+06, 5.481321994160953e+06, 4.920826272656882e+06],
"NftOpenAuctions": [0, 1316, 2275, 3818, 4931, 5036, 4992, 5120, 5142, 5283, 5381, 5375, 5421, 5431, 5418, 5388, 5571, 5752, 5885, 6076, 6360],
"NftOpenAuctionsBidVolumeXTZ": [0, 28157.178329999886, 56050.345329999465, 60642.580329999444, 67544.86932999939, 70255.56830699963, 67435.82019999948, 74457.25919999975, 69792.04639999951, 72822.83332999963, 78334.56683000004, 78849.02432999988, 80025.34432999992, 80071.29303000003, 79401.36542999983, 79082.33432999985, 79881.21632999992, 82661.4133300001, 85584.07433000022, 84206.69133000015, 84977.47133000022],
"NftOpenAuctionsBidVolumeUSD": [0, 96946.80919756887, 255676.98437950056, 334469.57234838465, 234378.2455627271, 203418.07179246846, 203802.1385740453, 392869.61104362604, 411674.24864765623, 456546.0807751432, 435841.4966079224, 344349.552149218, 268470.12508789083, 261885.03619548812, 305649.83000558807, 207439.24310059313, 168223.88544582698, 114397.60974978705, 153802.2841377001, 129925.87232071042, 122132.17111961622],
"NftOpenOffers": [0, 0, 0, 0, 0, 530, 3075, 4553, 14642, 28448, 49642, 81887, 128721, 148195, 149772, 151947, 154597, 160098, 166079, 171270, 175340],
"NftOpenOffersVolumeXTZ": [0, 0, 0, 0, 0, 8830.611690000005, 35741.75413999992, 79055.1346889999, 1.2775947051999925e+06, 2.1616255018020356e+06, 2.870351915705064e+06, 3.9146205693581086e+06, 5.3897136388759725e+06, 5.82178845314277e+06, 5.862345121053728e+06, 5.869028088819739e+06, 6.060136863425653e+06, 6.542931320262528e+06, 7.18807456962445e+06, 7.649091917252305e+06, 8.377290237131294e+06],
"NftOpenOffersVolumeUSD": [0, 0, 0, 0, 0, 25568.16557056965, 108017.45880032727, 417130.04682112933, 7.535999694363947e+06, 1.3551816179401139e+07, 1.5970197134647403e+07, 1.7095935572403844e+07, 1.8081485396052215e+07, 1.9041022344956234e+07, 2.2566674766617607e+07, 1.53949267531806e+07, 1.2762196375270834e+07, 9.05495894205092e+06, 1.2917616928326404e+07, 1.1802089882805271e+07, 1.204009284751221e+07],
"TxVolume": [217514439.936536, 380187594.770212, 349823195.468756, 353854805.797016, 329456002.882043, 243981788.655983, 370286457.053633, 450871223.360034, 293938391.083692, 237727470.269167, 333206047.860864, 283312108.547594, 501248280.145869, 585642295.180652, 456425412.501858, 592648216.182218, 862977630.451628, 544781985.231682, 674392285.941896, 797713555.055245, 986498857.339971, 783275870.857464, 722633547.508388, 861016397.672773, 993175808.461982, 624865560.768343, 584998200.233220, 583320638.779993, 997455808.309847, 962677544.197329, 589011818.235445, 472796280.696260, 389184906.734435, 348206538.173392],
"PageViewsTezosCom": [29254, 73538, 35599, 41832, 54127, 35304, 35574, 39615, 29455, 23702, 30653, 31764, 53924, 74015, 69967, 192720, 1137318, 684937, 1123606, 1642824, 1065290],
"ActiveUsersTezosCom": [20824, 52359, 25506, 30336, 38272, 24429, 25856, 28670, 21137, 17656, 22601, 23834, 40619, 56123, 49839, 125459, 332273, 333942, 615195, 1011311, 537448],
"NewUsersTezosCom": [19121, 49882, 23117, 28437, 36066, 22765, 23750, 26995, 19823, 16279, 21624, 22571, 39362, 54054, 47834, 121696, 324867, 297917, 587076, 973249, 508930],
"PageViewsDeveloperPortal": [3742, 8282, 4404, 5217, 7253, 4049, 1401, 70, 39, 26, 18, 16, 13, 6, 912, 1680, 1812, 3175, 18110, 24792, 32831],
"ActiveUsersDeveloperPortal": [2938, 6623, 3410, 4129, 5355, 2948, 1015, 68, 39, 26, 18, 16, 13, 6, 4, 0, 1, 1, 0, 0, 1],
"NewUsersDeveloperPortal": [2774, 6451, 3198, 3969, 5178, 2776, 872, 39, 26, 23, 11, 14, 13, 6, 4, 0, 1, 1, 0, 0, 1]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment