GET
/
dash
/
analytics
Get Launchpad Analytics
curl --request GET \
  --url https://integrated-api.mainnet.muchfi.xyz/api/dash/analytics
{
  "tokenCount": "<string>",
  "totalVolumeETH": "<string>",
  "totalProtocolFeesETH": "<string>",
  "totalReferralFeesETH": "<string>"
}

Response

200 - application/json

Launchpad analytics

tokenCount
string

Total tokens launched

totalVolumeETH
string

Total volume in ETH

totalProtocolFeesETH
string

Total protocol fees in ETH

totalReferralFeesETH
string

Total referral fees in ETH