EventLIVE

Raydium Launchpad PoolCreateEvent

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.

Topicsolana.raydium_launchpad.pool_create_event
7fields

Event Fields

Decoded fields included in every PoolCreateEvent event message.

FieldType
pool_statePublicKey
creatorPublicKey
configPublicKey
base_mint_paramstruct { decimals: u8, name: String, symbol: String, uri: String }
curve_paramenum(constant, fixed, linear)
vesting_paramstruct { total_locked_amount: u64, cliff_period: u64, unlock_period: u64 }
amm_fee_onenum(quoteToken, bothToken)

Subscribe to PoolCreateEvent

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/Subscribe

The 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.

Stream Raydium Launchpad PoolCreateEvent data now

Get your API key and start receiving decoded events in seconds.