Skip to content

Analytics

gladiator439rimski-ship-it edited this page Apr 1, 2026 · 11 revisions

Purpose

Lists analytics providers that publish dashboards or APIs for chain metrics (e.g., Dune, Messari, IntoTheBlock).

Storage path

references/offers/analytics.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/analytics.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/analytics.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Provider has chain-specific dashboards or APIs.
  • Exclude personal dashboards without provider backing.

Example

slug,provider,offer,actionButtons,chain,dataSources,hasDashboard,availableApis,price,planName,planType,starred
algorand-metrics-dashboard-mainnet,Algorand,"[""[Dashboard](https://algorand.co/metrics)""]",mainnet,"[""Transactions"",""Network Metrics"",""Active Addresses"",""Block Data"",""Performance Metrics""]",TRUE,"[""Real-time Metrics API"",""Network Status API""]",$0,,Free,FALSE
cryptoquant-mainnet,,!offer:cryptoquant,"[""[Dashboard](https://cryptoquant.com/asset/algo/summary)""]",mainnet,,,,,,,

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns.

actionButtons

See Common Columns.

chain

Refer to Common Columns.

dataSources

List the main types of metrics the provider offers.

Blank: Yes

Format: JSON list

Examples: ["Transactions","Active Users","Token Price"]

Tips:

  • Use short, standard names (e.g., Transactions, TVL).

hasDashboard

Dashboards exist and are accessible.

Blank: No

Format: TRUE/FALSE

Examples: TRUE, FALSE

historicalData

Available historical data.

Blank: Yes

Format: text

Examples: 3 years, 5 weeks, Full

availableApis

APIs available.

Format: JSON list

Examples: ["REST"]

price

See Common Columns.

planName

Refer to Common Columns.

planType

Refer to Common Columns.

starred

See Common Columns.

Clone this wiki locally