curl --request GET \
--url https://api.messari.io/metrics/v2/protocols/liquid-staking/metrics \
--header 'X-Messari-API-Key: <api-key>'{
"error": null,
"data": {
"datasets": [
{
"slug": "liquid-staking",
"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 USD.",
"is_timestamp": false
},
{
"name": "Active Addresses 24 Hour",
"slug": "activeAddresses24Hour",
"description": "Number of unique addresses interacting with the protocol.",
"is_timestamp": false
},
{
"name": "Fees 24 Hour USD",
"slug": "fees24HourUsd",
"description": "Total fees generated by the protocol in USD.",
"is_timestamp": false
},
{
"name": "Fees Supply Side 24 Hour USD",
"slug": "feesSupplySide24HourUsd",
"description": "Fees paid to liquidity providers in USD.",
"is_timestamp": false
},
{
"name": "Token Incentives 24 Hour USD",
"slug": "tokenIncentives24HourUsd",
"description": "Value of token incentives distributed by the protocol.",
"is_timestamp": false
},
{
"name": "Expenses 24 Hour USD",
"slug": "expenses24HourUsd",
"description": "Total expenses incurred by the protocol in USD.",
"is_timestamp": false
},
{
"name": "Cost of Revenue",
"slug": "costOfRevenue",
"description": "Cost of revenue in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Gross Profit 24 Hour USD",
"slug": "grossProfit24HourUsd",
"description": "Gross profit in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Treasury USD",
"slug": "treasuryUsd",
"description": "Value of assets held in the protocol treasury in USD.",
"is_timestamp": false
},
{
"name": "Treasury Net USD",
"slug": "treasuryNetUsd",
"description": "Net treasury value in USD.",
"is_timestamp": false
},
{
"name": "Assets Staked",
"slug": "assetsStaked",
"description": "Value of assets staked in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Core Developers",
"slug": "coreDevelopers",
"description": "Number of active core developers.",
"is_timestamp": false
},
{
"name": "Core Commits 24 Hour",
"slug": "coreCommits24Hour",
"description": "Number of code commits.",
"is_timestamp": false
}
]
}
]
}
}Returns a list of timeseries metrics available for liquid staking protocols
curl --request GET \
--url https://api.messari.io/metrics/v2/protocols/liquid-staking/metrics \
--header 'X-Messari-API-Key: <api-key>'{
"error": null,
"data": {
"datasets": [
{
"slug": "liquid-staking",
"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 USD.",
"is_timestamp": false
},
{
"name": "Active Addresses 24 Hour",
"slug": "activeAddresses24Hour",
"description": "Number of unique addresses interacting with the protocol.",
"is_timestamp": false
},
{
"name": "Fees 24 Hour USD",
"slug": "fees24HourUsd",
"description": "Total fees generated by the protocol in USD.",
"is_timestamp": false
},
{
"name": "Fees Supply Side 24 Hour USD",
"slug": "feesSupplySide24HourUsd",
"description": "Fees paid to liquidity providers in USD.",
"is_timestamp": false
},
{
"name": "Token Incentives 24 Hour USD",
"slug": "tokenIncentives24HourUsd",
"description": "Value of token incentives distributed by the protocol.",
"is_timestamp": false
},
{
"name": "Expenses 24 Hour USD",
"slug": "expenses24HourUsd",
"description": "Total expenses incurred by the protocol in USD.",
"is_timestamp": false
},
{
"name": "Cost of Revenue",
"slug": "costOfRevenue",
"description": "Cost of revenue in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Gross Profit 24 Hour USD",
"slug": "grossProfit24HourUsd",
"description": "Gross profit in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Treasury USD",
"slug": "treasuryUsd",
"description": "Value of assets held in the protocol treasury in USD.",
"is_timestamp": false
},
{
"name": "Treasury Net USD",
"slug": "treasuryNetUsd",
"description": "Net treasury value in USD.",
"is_timestamp": false
},
{
"name": "Assets Staked",
"slug": "assetsStaked",
"description": "Value of assets staked in USD for liquid staking protocols.",
"is_timestamp": false
},
{
"name": "Core Developers",
"slug": "coreDevelopers",
"description": "Number of active core developers.",
"is_timestamp": false
},
{
"name": "Core Commits 24 Hour",
"slug": "coreCommits24Hour",
"description": "Number of code commits.",
"is_timestamp": false
}
]
}
]
}
}