{
"events": [
{
"event": "token_price_change",
"timestamp": "2025-07-04T14:30:00Z",
"token": {
"symbol": "SOL",
"address": "So11111111111111111111111111111111111111112"
},
"trigger": {
"type": "sliding_window_percentage_change",
"window": {
"duration": "24h"
},
"threshold": 10.0
},
"change": {
"direction": "up",
"from": {
"timestamp": "2025-07-03T14:30:00Z",
"value": 154.25
},
"to": {
"timestamp": "2025-07-04T14:30:00Z",
"value": 171.85
},
"absolute": 17.6,
"percentage": 11.42
}
},
{
"event": "trending_token",
"timestamp": "2025-08-05T12:45:30Z",
"token": {
"symbol": "BOSS",
"address": "GUy9Tu8YtvvHoL3DcXLJxXvEN8PqEus6mWQUEchcbonk"
},
"trigger": {
"type": "launchpad_graduated"
},
"metrics": {
"graduatedAt": "2025-08-05T12:31:03Z",
"marketCap": 9866748.92,
"liquidity": 850000,
"holders": 20324,
"price": 0.0106,
"launchpad": "raydium",
"mintAuthorityDisabled": true,
"freezeAuthorityDisabled": true,
"topHoldersPercentage": 15.2,
"socialCount": 1,
"priceChange1h": -2.1,
"priceChange6h": 8.5,
"priceChange24h": 12.3
}
}
// ... more events
]
}