Real-time decoded data for the Withdraw instruction on the Kamino Vault program. Every time this instruction is executed on Solana, you receive the full decoded payload with 20 accounts and 1 arguments in under 50ms.
solana.kamino_vault.withdrawDecoded account addresses included in every Withdraw message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| withdraw_from_available_user | PublicKey | yes | yes |
| withdraw_from_available_vault_state | PublicKey | - | yes |
| withdraw_from_available_token_vault | PublicKey | - | yes |
| withdraw_from_available_base_vault_authority | PublicKey | - | - |
| withdraw_from_available_user_token_ata | PublicKey | - | yes |
| withdraw_from_available_token_mint | PublicKey | - | yes |
| withdraw_from_available_user_shares_ata | PublicKey | - | yes |
| withdraw_from_available_shares_mint | PublicKey | - | yes |
| withdraw_from_available_token_program | PublicKey | - | - |
| withdraw_from_available_shares_token_program | PublicKey | - | - |
| withdraw_from_available_klend_program | PublicKey | - | - |
| withdraw_from_reserve_accounts_vault_state | PublicKey | - | yes |
| withdraw_from_reserve_accounts_reserve | PublicKey | - | yes |
| withdraw_from_reserve_accounts_ctoken_vault | PublicKey | - | yes |
| withdraw_from_reserve_accounts_lending_market | PublicKey | - | - |
| withdraw_from_reserve_accounts_lending_market_authority | PublicKey | - | - |
| withdraw_from_reserve_accounts_reserve_liquidity_supply | PublicKey | - | yes |
| withdraw_from_reserve_accounts_reserve_collateral_mint | PublicKey | - | yes |
| withdraw_from_reserve_accounts_reserve_collateral_token_program | PublicKey | - | - |
| withdraw_from_reserve_accounts_instruction_sysvar_account | PublicKey | - | - |
Decoded instruction arguments included in every Withdraw message.
| Name | Type |
|---|---|
| shares_amount | 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.kamino_vault.withdraw","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.kamino_vault.withdraw stream delivers decoded Withdraw instruction data from the Kamino Vault program (kvauTFR8qm1d...) on Solana. Each message includes 20 decoded account addresses and 1 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.