Real-time decoded data for the ConfigMarinade instruction on the Marinade Finance program. Every time this instruction is executed on Solana, you receive the full decoded payload with 2 accounts and 11 arguments in under 50ms.
solana.marinade_finance.config_marinadeDecoded account addresses included in every ConfigMarinade message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| state | PublicKey | - | yes |
| admin_authority | PublicKey | yes | - |
Decoded instruction arguments included in every ConfigMarinade message.
| Name | Type |
|---|---|
| rewards_fee | Option<struct { basis_points: u32 }> |
| slots_for_stake_delta | Option<u64> |
| min_stake | Option<u64> |
| min_deposit | Option<u64> |
| min_withdraw | Option<u64> |
| staking_sol_cap | Option<u64> |
| liquidity_sol_cap | Option<u64> |
| withdraw_stake_account_enabled | Option<bool> |
| delayed_unstake_fee | Option<struct { bp_cents: u32 }> |
| withdraw_stake_account_fee | Option<struct { bp_cents: u32 }> |
| max_stake_moved_per_epoch | Option<struct { basis_points: u32 }> |
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.config_marinade","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.config_marinade stream delivers decoded ConfigMarinade instruction data from the Marinade Finance program (MarBmsSgKXdr...) on Solana. Each message includes 2 decoded account addresses and 11 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.