home/program-streams/kamino_lending/deposit_and_withdraw
InstructionLIVE

Kamino Lending DepositAndWithdraw

Real-time decoded data for the DepositAndWithdraw instruction on the Kamino Lending program. Every time this instruction is executed on Solana, you receive the full decoded payload with 33 accounts and 2 arguments in under 50ms.

Topicsolana.kamino_lending.deposit_and_withdraw
33accounts
2signers
18writable
2arguments

Accounts

Decoded account addresses included in every DepositAndWithdraw message.

NameTypeSignerWritable
deposit_accounts_ownerPublicKeyyesyes
deposit_accounts_obligationPublicKey-yes
deposit_accounts_lending_marketPublicKey--
deposit_accounts_lending_market_authorityPublicKey--
deposit_accounts_reservePublicKey-yes
deposit_accounts_reserve_liquidity_mintPublicKey--
deposit_accounts_reserve_liquidity_supplyPublicKey-yes
deposit_accounts_reserve_collateral_mintPublicKey-yes
deposit_accounts_reserve_destination_deposit_collateralPublicKey-yes
deposit_accounts_user_source_liquidityPublicKey-yes
deposit_accounts_placeholder_user_destination_collateralPublicKey--
deposit_accounts_collateral_token_programPublicKey--
deposit_accounts_liquidity_token_programPublicKey--
deposit_accounts_instruction_sysvar_accountPublicKey--
withdraw_accounts_ownerPublicKeyyesyes
withdraw_accounts_obligationPublicKey-yes
withdraw_accounts_lending_marketPublicKey--
withdraw_accounts_lending_market_authorityPublicKey--
withdraw_accounts_withdraw_reservePublicKey-yes
withdraw_accounts_reserve_liquidity_mintPublicKey--
withdraw_accounts_reserve_source_collateralPublicKey-yes
withdraw_accounts_reserve_collateral_mintPublicKey-yes
withdraw_accounts_reserve_liquidity_supplyPublicKey-yes
withdraw_accounts_user_destination_liquidityPublicKey-yes
withdraw_accounts_placeholder_user_destination_collateralPublicKey--
withdraw_accounts_collateral_token_programPublicKey--
withdraw_accounts_liquidity_token_programPublicKey--
withdraw_accounts_instruction_sysvar_accountPublicKey--
deposit_farms_accounts_obligation_farm_user_statePublicKey-yes
deposit_farms_accounts_reserve_farm_statePublicKey-yes
withdraw_farms_accounts_obligation_farm_user_statePublicKey-yes
withdraw_farms_accounts_reserve_farm_statePublicKey-yes
farms_programPublicKey--

Arguments

Decoded instruction arguments included in every DepositAndWithdraw message.

NameType
liquidity_amountu64
withdraw_collateral_amountu64

Subscribe to DepositAndWithdraw

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_lending.deposit_and_withdraw","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.kamino_lending.deposit_and_withdraw stream delivers decoded DepositAndWithdraw instruction data from the Kamino Lending program (KLend2g3cP87...) on Solana. Each message includes 33 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.

Stream Kamino Lending DepositAndWithdraw data now

Get your API key and start receiving decoded instructions in seconds.