Real-time decoded data for the SharedAccountsRouteV2 instruction on the Jupiter Swap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 12 accounts and 7 arguments in under 50ms.
solana.jupiter_swap.shared_accounts_route_v2Decoded account addresses included in every SharedAccountsRouteV2 message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| program_authority | PublicKey | - | - |
| user_transfer_authority | PublicKey | yes | - |
| source_token_account | PublicKey | - | yes |
| program_source_token_account | PublicKey | - | yes |
| program_destination_token_account | PublicKey | - | yes |
| destination_token_account | PublicKey | - | yes |
| source_mint | PublicKey | - | - |
| destination_mint | PublicKey | - | - |
| source_token_program | PublicKey | - | - |
| destination_token_program | PublicKey | - | - |
| event_authority | PublicKey | - | - |
| program | PublicKey | - | - |
Decoded instruction arguments included in every SharedAccountsRouteV2 message.
| Name | Type |
|---|---|
| id | u8 |
| in_amount | u64 |
| quoted_out_amount | u64 |
| slippage_bps | u16 |
| platform_fee_bps | u16 |
| positive_slippage_bps | u16 |
| route_plan | Vec<struct { swap: enum(saber, saberAddDecimalsDeposit, saberAddDecimalsWithdraw, tokenSwap, sencha, step, cropper, raydium, ...), bps: u16, input_index: u8, output_index: 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.jupiter_swap.shared_accounts_route_v2","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.jupiter_swap.shared_accounts_route_v2 stream delivers decoded SharedAccountsRouteV2 instruction data from the Jupiter Swap program (JUP6LkbZbjS1...) on Solana. Each message includes 12 decoded account addresses and 7 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.