Skip to main content
GET
/
stats
/
protocol_metrics
Protocol Metrics
curl --request GET \
  --url https://api.hadron.fi/stats/protocol_metrics
{
  "total_tvl": 0,
  "volume_24h": 364.16,
  "fee_24h": 0.59,
  "swap_count_24h": 6,
  "total_pools": 3
}

Query Parameters

cluster
string
default:"mainnet-beta"
Solana cluster — mainnet-beta or devnet.

Response

total_tvl
number
Total value locked across all pools in USD.
volume_24h
number
Total 24-hour trading volume across all pools in USD.
fee_24h
number
Total 24-hour fees collected across all pools in USD.
swap_count_24h
integer
Total number of swaps in the last 24 hours.
total_pools
integer
Total number of Hadron pools.
{
  "total_tvl": 0,
  "volume_24h": 364.16,
  "fee_24h": 0.59,
  "swap_count_24h": 6,
  "total_pools": 3
}