Sample Event (Enterprise Tier)
{
"tier": "enterprise",
"schema_version": "v1",
"includes": {
"core": [
"id",
"event_type",
"timestamp",
"ts",
"token_address"
],
"token": [
"token.name",
"token.symbol",
"token.address",
"token.chain",
"token.updated_at"
],
"pair": [
"pair.dex",
"pair.url",
"pair.chain",
"pair.address",
"pair.base_token",
"pair.quote_token",
"pair.created_at",
"pair.price_usd",
"pair.price_native",
"pair.market_cap_usd",
"pair.fdv_usd"
],
"current_swap": [
"current_swap.side",
"current_swap.txid",
"current_swap.price_usd",
"current_swap.usd_value",
"current_swap.sol_amount",
"current_swap.token_amount",
"current_swap.trader_wallet"
],
"recent_swaps": [
"side",
"txid",
"timestamp",
"usd_value",
"sol_amount",
"token_amount",
"trader_wallet"
],
"trader_stats": [
"trader_stats.lifetime",
"trader_stats.recent_24h"
],
"window_metrics": [
"window_metrics.m5",
"window_metrics.h1",
"window_metrics.h6",
"window_metrics.h24"
]
},
"excludes": []
}