InstructionLIVE

Kamino Lending SetBorrowOrder

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

Topicsolana.kamino_lending.set_borrow_order
9accounts
1signers
1writable
6arguments

Accounts

Decoded account addresses included in every SetBorrowOrder message.

NameTypeSignerWritable
ownerPublicKeyyes-
obligationPublicKey-yes
lending_marketPublicKey--
reservePublicKey--
filled_debt_destinationPublicKey--
debt_liquidity_mintPublicKey--
instruction_sysvar_accountPublicKey--
event_authorityPublicKey--
programPublicKey--

Arguments

Decoded instruction arguments included in every SetBorrowOrder message.

NameType
remaining_debt_amountu64
max_borrow_rate_bpsu32
min_debt_term_secondsu64
fillable_until_timestampu64
enable_auto_rollover_on_filled_borrowsbool
min_expected_current_remaining_debt_amountu64

Subscribe to SetBorrowOrder

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

The solana.kamino_lending.set_borrow_order stream delivers decoded SetBorrowOrder instruction data from the Kamino Lending program (KLend2g3cP87...) on Solana. Each message includes 9 decoded account addresses and 6 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 SetBorrowOrder data now

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