Pool Metrics
curl --request GET \
--url https://damm-api.meteora.ag/pools-metricsconst options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/pools-metrics', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/pools-metrics', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://damm-api.meteora.ag/pools-metricsfalse{
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123,
"dynamic_amm": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"farms": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"lst": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"multitokens": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
}
}Pools
Pool Metrics
GET
/
pools-metrics
Pool Metrics
curl --request GET \
--url https://damm-api.meteora.ag/pools-metricsconst options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/pools-metrics', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/pools-metrics', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://damm-api.meteora.ag/pools-metricsfalse{
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123,
"dynamic_amm": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"farms": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"lst": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
},
"multitokens": {
"daily_fee": 123,
"daily_volume": 123,
"total_fee": 123,
"total_volume": 123,
"tvl": 123
}
}Response
200 - application/json
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I

