curl --request GET \
--url https://dlmm-api.meteora.ag/info/protocol_metrics
[
{
"daily_fee": 123,
"daily_trade_volume": 123,
"total_fee": 123,
"total_trade_volume": 123,
"total_tvl": 123
}
]
curl --request GET \
--url https://dlmm-api.meteora.ag/info/protocol_metrics
[
{
"daily_fee": 123,
"daily_trade_volume": 123,
"total_fee": 123,
"total_trade_volume": 123,
"total_tvl": 123
}
]
The response is of type object[]
.