InstructionLIVE

DFlow Aggregator V4 OpenOrder

Real-time decoded data for the OpenOrder instruction on the DFlow Aggregator V4 program. Every time this instruction is executed on Solana, you receive the full decoded payload with 13 accounts and 8 arguments in under 50ms.

Topicsolana.dflow_aggregator_v4.open_order
13accounts
3signers
6writable
8arguments

Accounts

Decoded account addresses included in every OpenOrder message.

NameTypeSignerWritable
orderPublicKey-yes
order_vaultPublicKey-yes
input_token_accountPublicKey-yes
output_token_accountPublicKey--
return_input_token_accountPublicKey--
input_mintPublicKey--
user_token_authorityPublicKeyyes-
fee_payerPublicKeyyesyes
fee_receiverPublicKey-yes
rent_depositorPublicKeyyesyes
token_programPublicKey--
system_programPublicKey--
rentPublicKey--

Arguments

Decoded instruction arguments included in every OpenOrder message.

NameType
input_amountu64
quoted_out_amountu64
fee_budgetu64
order_account_idu64
fillable_for_slotsu32
slippage_bpsu16
closerPublicKey
flagsu8

Subscribe to OpenOrder

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

The solana.dflow_aggregator_v4.open_order stream delivers decoded OpenOrder instruction data from the DFlow Aggregator V4 program (DF1ow4tspfHX...) on Solana. Each message includes 13 decoded account addresses and 8 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 DFlow Aggregator V4 OpenOrder data now

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