InstructionLIVE

Raydium Launchpad InitializeV2

Real-time decoded data for the InitializeV2 instruction on the Raydium Launchpad program. Every time this instruction is executed on Solana, you receive the full decoded payload with 18 accounts and 4 arguments in under 50ms.

Topicsolana.raydium_launchpad.initialize_v2
18accounts
2signers
6writable
4arguments

Accounts

Decoded account addresses included in every InitializeV2 message.

NameTypeSignerWritable
payerPublicKeyyesyes
creatorPublicKey--
global_configPublicKey--
platform_configPublicKey--
authorityPublicKey--
pool_statePublicKey-yes
base_mintPublicKeyyesyes
quote_mintPublicKey--
base_vaultPublicKey-yes
quote_vaultPublicKey-yes
metadata_accountPublicKey-yes
base_token_programPublicKey--
quote_token_programPublicKey--
metadata_programPublicKey--
system_programPublicKey--
rent_programPublicKey--
event_authorityPublicKey--
programPublicKey--

Arguments

Decoded instruction arguments included in every InitializeV2 message.

NameType
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 InitializeV2

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.initialize_v2","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.raydium_launchpad.initialize_v2 stream delivers decoded InitializeV2 instruction data from the Raydium Launchpad program (LanMV9sAd7wA...) on Solana. Each message includes 18 decoded account addresses and 4 typed arguments, 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 InitializeV2 data now

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