Real-time decoded data for the PoolCreateEvent event on the Raydium Launchpad program. Every time this event is emitted on Solana, you receive 7 decoded fields in under 50ms.
solana.raydium_launchpad.pool_create_eventDecoded fields included in every PoolCreateEvent event message.
| Field | Type |
|---|---|
| pool_state | PublicKey |
| creator | PublicKey |
| config | PublicKey |
| base_mint_param | struct { decimals: u8, name: String, symbol: String, uri: String } |
| curve_param | enum(constant, fixed, linear) |
| vesting_param | struct { total_locked_amount: u64, cliff_period: u64, unlock_period: u64 } |
| amm_fee_on | enum(quoteToken, bothToken) |
Connect and start receiving decoded data in seconds.
grpcurl -plaintext \
-H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
-d '{"topic":"solana.raydium_launchpad.pool_create_event","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium_launchpad.pool_create_event stream delivers decoded PoolCreateEvent event data from the Raydium Launchpad program (LanMV9sAd7wA...) on Solana. Each message includes 7 decoded event fields, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded events in seconds.