Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://damm-v2.datapi.meteora.ag/stats/protocol_metrics
const options = {method: 'GET'};fetch('https://damm-v2.datapi.meteora.ag/stats/protocol_metrics', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
false
{ "fee_24h": 123, "total_fees": 123, "total_pools": 1, "total_tvl": 123, "total_volume": 123, "volume_24h": 123 }
{ "message": "<string>"}
Returns aggregated protocol-level metrics across all pools
x >= 0
Was this page helpful?