{
"action": "<string>",
"subscriptions": {
"item": "<string>"
}
}{
"action": "<string>",
"subscriptions": {
"item": "<string>"
}
}{
"action": "<string>"
}{
"type": "<string>",
"message": "<string>",
"availableSubscriptions": {
"item": "<string>"
},
"subscriptionTypes": {
"mints": "<string>",
"signers": "<string>",
"markets": "<string>",
"events": "<string>"
},
"tier": "<string>",
"authenticated": true,
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"platform": "<string>",
"mint": "<string>",
"signer": "<string>",
"name": "<string>",
"symbol": "<string>",
"uri": "<string>",
"slot": 123
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"platform": "<string>",
"mint": "<string>",
"quote_mint": "<string>",
"pool": "<string>",
"pool_dex": "<string>",
"slot": 123
},
"signature": "<string>",
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"signature": "<string>",
"slot": 123,
"isBundle": true,
"isSniper": true,
"mint": "<string>"
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"id": "<string>",
"mint": "<string>",
"totalVolumeSol": 123,
"tradeCount": 123,
"priceChangePercentage": 123
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"wallet": "<string>",
"funder": "<string>",
"lamports": "<string>",
"slot": 123
},
"timestamp": "<string>",
"signature": "<string>"
}{
"type": "<string>",
"data": {
"mint": "<string>",
"walletA": "<string>",
"walletB": "<string>",
"kind": "<string>"
},
"timestamp": "<string>",
"signature": "<string>"
}{
"type": "<string>",
"mint": "<string>",
"paid": true,
"url": "<string>",
"icon": "<string>",
"header": "<string>",
"description": "<string>",
"links": {
"label": "<string>",
"url": "<string>"
},
"timestamp": "<string>"
}{
"type": "<string>",
"event_types": {
"item": "<string>"
},
"total_event_subscriptions": 123,
"timestamp": "<string>"
}Events
Subscribe to event types: trade, deploy, migration, parsed, analysis, alert, funding, holder_edge, dex_paid, perp_fill, perp_liquidation, perp_position_update, perp_order, and (enterprise tier) raw.
{
"action": "<string>",
"subscriptions": {
"item": "<string>"
}
}{
"action": "<string>",
"subscriptions": {
"item": "<string>"
}
}{
"action": "<string>"
}{
"type": "<string>",
"message": "<string>",
"availableSubscriptions": {
"item": "<string>"
},
"subscriptionTypes": {
"mints": "<string>",
"signers": "<string>",
"markets": "<string>",
"events": "<string>"
},
"tier": "<string>",
"authenticated": true,
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"platform": "<string>",
"mint": "<string>",
"signer": "<string>",
"name": "<string>",
"symbol": "<string>",
"uri": "<string>",
"slot": 123
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"platform": "<string>",
"mint": "<string>",
"quote_mint": "<string>",
"pool": "<string>",
"pool_dex": "<string>",
"slot": 123
},
"signature": "<string>",
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"signature": "<string>",
"slot": 123,
"isBundle": true,
"isSniper": true,
"mint": "<string>"
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"id": "<string>",
"mint": "<string>",
"totalVolumeSol": 123,
"tradeCount": 123,
"priceChangePercentage": 123
},
"timestamp": "<string>"
}{
"type": "<string>",
"data": {
"wallet": "<string>",
"funder": "<string>",
"lamports": "<string>",
"slot": 123
},
"timestamp": "<string>",
"signature": "<string>"
}{
"type": "<string>",
"data": {
"mint": "<string>",
"walletA": "<string>",
"walletB": "<string>",
"kind": "<string>"
},
"timestamp": "<string>",
"signature": "<string>"
}{
"type": "<string>",
"mint": "<string>",
"paid": true,
"url": "<string>",
"icon": "<string>",
"header": "<string>",
"description": "<string>",
"links": {
"label": "<string>",
"url": "<string>"
},
"timestamp": "<string>"
}{
"type": "<string>",
"event_types": {
"item": "<string>"
},
"total_event_subscriptions": 123,
"timestamp": "<string>"
}API key passed as query parameter (format sk_xxx)
API key for authentication (format sk_xxx)
Subscribe to event types
Unsubscribe from event types
Ping the server to keep connection alive
Initial message sent upon successful connection
Token deployment event data
Token migration event data
Bot analysis event
Trading alert
Observed wallet-funding event (SOL transfer to a fresh wallet)
Deduplicated user-to-user transfer edge (SPL token or native SOL)
Token received DexScreener "Enhanced Token Info" (paid profile).
Payload carries the rich profile (icon, header, description, links)
so consumers can render the badge + socials without a follow-up REST
call. Solana-only for now (the upstream bridge filters
chainId=solana).
