Real-time decoded data for the PartialUnstake instruction on the Marinade Finance program. Every time this instruction is executed on Solana, you receive the full decoded payload with 14 accounts and 3 arguments in under 50ms.
solana.marinade_finance.partial_unstakeDecoded account addresses included in every PartialUnstake message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| state | PublicKey | - | yes |
| validator_manager_authority | PublicKey | yes | - |
| validator_list | PublicKey | - | yes |
| stake_list | PublicKey | - | yes |
| stake_account | PublicKey | - | yes |
| stake_deposit_authority | PublicKey | - | - |
| reserve_pda | PublicKey | - | - |
| split_stake_account | PublicKey | yes | yes |
| split_stake_rent_payer | PublicKey | yes | yes |
| clock | PublicKey | - | - |
| rent | PublicKey | - | - |
| stake_history | PublicKey | - | - |
| system_program | PublicKey | - | - |
| stake_program | PublicKey | - | - |
Decoded instruction arguments included in every PartialUnstake message.
| Name | Type |
|---|---|
| stake_index | u32 |
| validator_index | u32 |
| desired_unstake_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.marinade_finance.partial_unstake","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.marinade_finance.initializesolana.marinade_finance.change_authoritysolana.marinade_finance.add_validatorsolana.marinade_finance.remove_validatorsolana.marinade_finance.set_validator_scoresolana.marinade_finance.config_validator_systemThe solana.marinade_finance.partial_unstake stream delivers decoded PartialUnstake instruction data from the Marinade Finance program (MarBmsSgKXdr...) on Solana. Each message includes 14 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.
Get your API key and start receiving decoded instructions in seconds.