InstructionLIVE

Kamino Limit Orders TakeOrder

Real-time decoded data for the TakeOrder instruction on the Kamino Limit Orders program. Every time this instruction is executed on Solana, you receive the full decoded payload with 23 accounts and 3 arguments in under 50ms.

Topicsolana.kamino_limit_orders.take_order
23accounts
1signers
10writable
3arguments

Accounts

Decoded account addresses included in every TakeOrder message.

NameTypeSignerWritable
takerPublicKeyyesyes
makerPublicKey-yes
global_configPublicKey-yes
pda_authorityPublicKey-yes
orderPublicKey-yes
input_mintPublicKey--
output_mintPublicKey--
input_vaultPublicKey-yes
taker_input_ataPublicKey-yes
taker_output_ataPublicKey-yes
intermediary_output_token_accountPublicKey-yes
maker_output_ataPublicKey-yes
express_relayPublicKey--
express_relay_metadataPublicKey--
sysvar_instructionsPublicKey--
permissionPublicKey--
config_routerPublicKey--
input_token_programPublicKey--
output_token_programPublicKey--
rentPublicKey--
system_programPublicKey--
event_authorityPublicKey--
programPublicKey--

Arguments

Decoded instruction arguments included in every TakeOrder message.

NameType
input_amountu64
min_output_amountu64
tip_amount_permissionless_takingu64

Subscribe to TakeOrder

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

The solana.kamino_limit_orders.take_order stream delivers decoded TakeOrder instruction data from the Kamino Limit Orders program (LiMoM9rMhrdY...) on Solana. Each message includes 23 decoded account addresses and 3 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 Limit Orders TakeOrder data now

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