Skip to main content
GET
/
metrics
/
v2
/
networks
/
metrics
Get timeseries metrics catalog
curl --request GET \
  --url https://api.messari.io/metrics/v2/networks/metrics \
  --header 'X-Messari-API-Key: <api-key>'
{
  "error": null,
  "data": {
    "datasets": [
      {
        "slug": "activity",
        "granularities": [
          "1d"
        ],
        "metrics": [
          {
            "name": "Timestamp",
            "slug": "time",
            "description": "Timestamp of the data point.",
            "is_timestamp": true
          },
          {
            "name": "Daily Transactions",
            "slug": "txnCount24Hour",
            "description": "The number of successful and unsuccessful transactions in a day.",
            "is_timestamp": false
          },
          {
            "name": "Daily Active Addresses",
            "slug": "activeAddresses24Hour",
            "description": "The number of new and returning unique wallet addresses that send a transaction in a day.",
            "is_timestamp": false
          },
          {
            "name": "New Contracts Deployed 24 Hour",
            "slug": "newContractsDeployed24Hour",
            "description": "The number of new contracts deployed in a day.",
            "is_timestamp": false
          },
          {
            "name": "Contract Deployers 24 Hour",
            "slug": "contractDeployers24Hour",
            "description": "",
            "is_timestamp": false
          }
        ]
      },
      {
        "slug": "ecosystem",
        "granularities": [
          "1d"
        ],
        "metrics": [
          {
            "name": "Timestamp",
            "slug": "time",
            "description": "Timestamp of the data point.",
            "is_timestamp": true
          },
          {
            "name": "TVL 24 Hour USD",
            "slug": "tvl24HourUsd",
            "description": "Total Value Locked in the network in USD.",
            "is_timestamp": false
          },
          {
            "name": "Ecosystem DEX Volume (USD)",
            "slug": "dexVolume24HourUsd",
            "description": "USD value of all tokens swapped across supported decentralized exchanges (DEXs) on a network.",
            "is_timestamp": false
          },
          {
            "name": "Core Commits 24 Hour",
            "slug": "coreCommits24Hour",
            "description": "Number of code commits to the network's primary repository in the time period.",
            "is_timestamp": false
          },
          {
            "name": "Active Developers 24 Hour",
            "slug": "activeDevelopers24Hour",
            "description": "Number of developers that have made at least one commit to the network's primary repository in the last 30 days.",
            "is_timestamp": false
          }
        ]
      },
      {
        "slug": "financial",
        "granularities": [
          "1d"
        ],
        "metrics": [
          {
            "name": "Timestamp",
            "slug": "time",
            "description": "Timestamp of the data point.",
            "is_timestamp": true
          },
          {
            "name": "Median Transaction Fees",
            "slug": "feeMedian24HourUsd",
            "description": "Median fees paid for processing transactions.",
            "is_timestamp": false
          },
          {
            "name": "Rolling 7D Average Transaction Fees",
            "slug": "rolling7dAvgFees",
            "description": "7 day rolling average of daily total transaction fees.",
            "is_timestamp": false
          },
          {
            "name": "Average Fee Per Transaction",
            "slug": "avgFeePerTxn24Hour",
            "description": "Value of daily Transaction Fees divided by number of Transactions.",
            "is_timestamp": false
          },
          {
            "name": "Fees Total (USD)",
            "slug": "feesTotal24HourUsd",
            "description": "Total fees paid for processing transactions.",
            "is_timestamp": false
          }
        ]
      },
      {
        "slug": "stablecoin",
        "granularities": [
          "1d"
        ],
        "metrics": [
          {
            "name": "Timestamp",
            "slug": "time",
            "description": "Timestamp of the data point.",
            "is_timestamp": true
          },
          {
            "name": "Stablecoin Mints (USD)",
            "slug": "mints24HourUsd",
            "description": "Total stablecoin mints of the network in USD.",
            "is_timestamp": false
          },
          {
            "name": "Stablecoin Burns (USD)",
            "slug": "burns24HourUsd",
            "description": "Total stablecoin burn on the network in USD.",
            "is_timestamp": false
          },
          {
            "name": "Stablecoin Outstanding Supply (USD)",
            "slug": "outstandingSupplyUsd",
            "description": "Total stablecoin outstanding supply of the network in USD.",
            "is_timestamp": false
          },
          {
            "name": "Stablecoin Transfer Volume (USD)",
            "slug": "transferVolumeUsd",
            "description": "Total stablecoin transfer volume of the network in USD.",
            "is_timestamp": false
          }
        ]
      }
    ]
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Response

Default response

data
object
required
error
string