Real-time decoded data for the FulfillDlmmFill instruction on the Jupiter DCA program. Every time this instruction is executed on Solana, you receive the full decoded payload with 15 accounts and 1 arguments in under 50ms.
solana.jupiter_dca.fulfill_dlmm_fillDecoded account addresses included in every FulfillDlmmFill message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| keeper | PublicKey | yes | yes |
| dca | PublicKey | - | yes |
| input_mint | PublicKey | - | - |
| output_mint | PublicKey | - | - |
| keeper_in_ata | PublicKey | - | - |
| in_ata | PublicKey | - | - |
| out_ata | PublicKey | - | - |
| fee_authority | PublicKey | - | - |
| fee_ata | PublicKey | - | yes |
| instructions_sysvar | PublicKey | - | - |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| event_authority | PublicKey | - | - |
| program | PublicKey | - | - |
Decoded instruction arguments included in every FulfillDlmmFill message.
| Name | Type |
|---|---|
| repay_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.jupiter_dca.fulfill_dlmm_fill","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.jupiter_dca.fulfill_dlmm_fill stream delivers decoded FulfillDlmmFill instruction data from the Jupiter DCA program (DCA265Vj8a9C...) on Solana. Each message includes 15 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.