SUBSCRIBE_MEME
Overview
SUBSCRIBE_MEME is a WebSocket subscription message used to receivereal-time updates for meme tokens based on flexible filtering criteria
such as source, progress, and lifecycle timestamps. Only support on Solana, Monad, Bsc
Subscription Message
Example Subscription Message
Parameters
address
- Type:
string - Optional
- Description: Token address to filter a specific meme token.
graduated
- Type:
boolean - Optional
- Description:
true: only graduated tokensfalse: only non-graduated tokens
source
- Type:
string - Optional
- Description: Filter tokens by originating platform or bonding mechanism.
meteora_dynamic_bonding_curvepump_dot_funmoonshotraydium_launchlab
progress_percent
- Type:
object - Optional
- Description: Filter tokens by bonding curve progress.
min(number): minimum value (0-100)max(number): maximum value (0-100)
creation_time
- Type:
object - Optional
- Description: Filter by token creation time (Unix timestamp in seconds).
from(number): start timestampto(number): end timestamp
graduated_time
- Type:
object - Optional
- Description: Filter by token graduation time (Unix timestamp in seconds).
from(number): start timestampto(number): end timestamp
graduated = true
intervals
Fields:- Type:
Object - Description: List of intervals want to received trading/volumes/tx stats . Intervals available : [“1m”, “5m”,“30m”,“1h”,“2h”,“4h”,“8h”,“24h”]
- Default: Get all intervals stats
WebSocket Event
Event Type
MEME_DATAEvent Payload Example
Notes
- All timestamps are in Unix seconds
progress_percentis always between 0 and 100graduated_timeis only valid whengraduated = true- Events are streamed in real-time and may update frequently
- Sending a new
SUBSCRIBE_MEMEmessage will overwrite the previous subscription and replace all existing filters

