Skip to main content
GET
/
analytics
/
heatmap
Get analytics heatmap data
curl --request GET \
  --url https://api.livesuite.app/analytics/heatmap \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "daily": {
      "hourlyActivity": {
        "0-14": 45,
        "1-15": 52,
        "2-16": 38
      },
      "maxActivity": 150
    },
    "monthly": {
      "dailyActivity": {
        "2024-01-15": 120,
        "2024-01-16": 135,
        "2024-01-17": 98
      },
      "maxActivity": 200,
      "calendar": {
        "year": 2024,
        "month": 1,
        "daysInMonth": 31,
        "startDayOfWeek": 1
      }
    },
    "consistency": {
      "consistencyData": {
        "2024-01-15": 3,
        "2024-01-16": 1,
        "2024-01-17": 2
      }
    }
  },
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Query Parameters

chain
enum<string>
default:solana

Blockchain chain (solana for PumpFun, base for Zora/Retake, all for aggregated data from all)

Available options:
solana,
base,
all
platform
enum<string>
default:pumpfun

Platform (pumpfun for Solana, zora/retake for Base, all for aggregated data from all)

Available options:
pumpfun,
zora,
retake,
all

Response

Analytics heatmap data including daily, monthly, and consistency metrics

success
boolean
Example:

true

data
object
timestamp
string<date-time>
Example:

"2024-01-15T10:30:00.000Z"