Real-time decoded data for the RouteWithTokenLedger instruction on the Jupiter Swap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 10 accounts and 4 arguments in under 50ms.
solana.jupiter_swap.route_with_token_ledgerDecoded account addresses included in every RouteWithTokenLedger message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| token_program | PublicKey | - | - |
| user_transfer_authority | PublicKey | yes | - |
| user_source_token_account | PublicKey | - | yes |
| user_destination_token_account | PublicKey | - | yes |
| destination_token_account | PublicKey | - | yes |
| destination_mint | PublicKey | - | - |
| platform_fee_account | PublicKey | - | yes |
| token_ledger | PublicKey | - | - |
| event_authority | PublicKey | - | - |
| program | PublicKey | - | - |
Decoded instruction arguments included in every RouteWithTokenLedger message.
| Name | Type |
|---|---|
| route_plan | Vec<struct { swap: enum(saber, saberAddDecimalsDeposit, saberAddDecimalsWithdraw, tokenSwap, sencha, step, cropper, raydium, ...), percent: u8, input_index: u8, output_index: u8 }> |
| quoted_out_amount | u64 |
| slippage_bps | u16 |
| platform_fee_bps | 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.route_with_token_ledger","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.jupiter_swap.route_with_token_ledger stream delivers decoded RouteWithTokenLedger instruction data from the Jupiter Swap program (JUP6LkbZbjS1...) on Solana. Each message includes 10 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.
Get your API key and start receiving decoded instructions in seconds.