Real-time decoded data for the MigrateToAmm instruction on the Raydium Launchpad program. Every time this instruction is executed on Solana, you receive the full decoded payload with 32 accounts and 3 arguments in under 50ms.
solana.raydium_launchpad.migrate_to_ammDecoded account addresses included in every MigrateToAmm message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| payer | PublicKey | yes | yes |
| base_mint | PublicKey | - | - |
| quote_mint | PublicKey | - | - |
| openbook_program | PublicKey | - | - |
| market | PublicKey | - | yes |
| request_queue | PublicKey | - | yes |
| event_queue | PublicKey | - | yes |
| bids | PublicKey | - | yes |
| asks | PublicKey | - | yes |
| market_vault_signer | PublicKey | - | - |
| market_base_vault | PublicKey | - | yes |
| market_quote_vault | PublicKey | - | yes |
| amm_program | PublicKey | - | - |
| amm_pool | PublicKey | - | yes |
| amm_authority | PublicKey | - | - |
| amm_open_orders | PublicKey | - | yes |
| amm_lp_mint | PublicKey | - | yes |
| amm_base_vault | PublicKey | - | yes |
| amm_quote_vault | PublicKey | - | yes |
| amm_target_orders | PublicKey | - | yes |
| amm_config | PublicKey | - | - |
| amm_create_fee_destination | PublicKey | - | yes |
| authority | PublicKey | - | yes |
| pool_state | PublicKey | - | yes |
| global_config | PublicKey | - | - |
| base_vault | PublicKey | - | yes |
| quote_vault | PublicKey | - | yes |
| pool_lp_token | PublicKey | - | yes |
| spl_token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
| rent_program | PublicKey | - | - |
Decoded instruction arguments included in every MigrateToAmm message.
| Name | Type |
|---|---|
| base_lot_size | u64 |
| quote_lot_size | u64 |
| market_vault_signer_nonce | u8 |
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.migrate_to_amm","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.raydium_launchpad.buy_exact_insolana.raydium_launchpad.buy_exact_outsolana.raydium_launchpad.claim_creator_feesolana.raydium_launchpad.claim_platform_feesolana.raydium_launchpad.claim_platform_fee_from_vaultsolana.raydium_launchpad.claim_vested_tokenThe solana.raydium_launchpad.migrate_to_amm stream delivers decoded MigrateToAmm instruction data from the Raydium Launchpad program (LanMV9sAd7wA...) on Solana. Each message includes 32 decoded account addresses and 3 typed arguments, 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 instructions in seconds.