Real-time decoded data for the Swap instruction on the OKX DEX program. Every time this instruction is executed on Solana, you receive the full decoded payload with 5 accounts and 2 arguments in under 50ms.
solana.okx_okx.swapDecoded account addresses included in every Swap message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| payer | PublicKey | yes | - |
| source_token_account | PublicKey | - | yes |
| destination_token_account | PublicKey | - | yes |
| source_mint | PublicKey | - | - |
| destination_mint | PublicKey | - | - |
Decoded instruction arguments included in every Swap message.
| Name | Type |
|---|---|
| data | struct { amount_in: u64, expect_amount_out: u64, min_return: u64, amounts: Vec<u64>, routes: Vec<Vec<struct { dexes: Vec<enum(splTokenSwap, stableSwap, whirlpool, meteoraDynamicpool, raydiumSwap, raydiumStableSwap, raydiumClmmSwap, aldrinExchangeV1, ...)>, weights: bytes }>> } |
| order_id | u64 |
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.okx_okx.swap","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.okx_okx.swap stream delivers decoded Swap instruction data from the OKX DEX program (6m2CDdhRgxpH...) on Solana. Each message includes 5 decoded account addresses and 2 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.