Real-time decoded data for the MigrateToOpenBook instruction on the Raydium AMM program. Every time this instruction is executed on Solana, you receive the full decoded payload with 21 accounts in under 50ms.
solana.raydium.migrate_to_open_bookDecoded account addresses included in every MigrateToOpenBook message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
| rent | PublicKey | - | - |
| amm | PublicKey | - | yes |
| amm_authority | PublicKey | - | - |
| amm_open_orders | PublicKey | - | yes |
| amm_token_coin | PublicKey | - | yes |
| amm_token_pc | PublicKey | - | yes |
| amm_target_orders | PublicKey | - | yes |
| serum_program | PublicKey | - | - |
| serum_market | PublicKey | - | yes |
| serum_bids | PublicKey | - | yes |
| serum_asks | PublicKey | - | yes |
| serum_event_queue | PublicKey | - | yes |
| serum_coin_vault | PublicKey | - | yes |
| serum_pc_vault | PublicKey | - | yes |
| serum_vault_signer | PublicKey | - | - |
| new_amm_open_orders | PublicKey | - | yes |
| new_serum_program | PublicKey | - | - |
| new_serum_market | PublicKey | - | - |
| admin | PublicKey | yes | yes |
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.migrate_to_open_book","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.raydium.migrate_to_open_book stream delivers decoded MigrateToOpenBook instruction data from the Raydium AMM program (675kPX9MHTjS...) on Solana. Each message includes 21 decoded account addresses, 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.