Real-time decoded data for the ClaimFees instruction on the Virtuals program. Every time this instruction is executed on Solana, you receive the full decoded payload with 28 accounts in under 50ms.
solana.virtuals.claim_feesDecoded account addresses included in every ClaimFees message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| payer | PublicKey | yes | yes |
| vpool | PublicKey | - | yes |
| virtuals_mint | PublicKey | - | - |
| token_mint | PublicKey | - | - |
| vpool_virtuals_ata | PublicKey | - | yes |
| vpool_token_ata | PublicKey | - | yes |
| platform | PublicKey | - | yes |
| platform_virtuals_ata | PublicKey | - | yes |
| platform_token_ata | PublicKey | - | yes |
| creator_virtuals_ata | PublicKey | - | yes |
| creator_token_ata | PublicKey | - | yes |
| pool | PublicKey | - | yes |
| lp_mint | PublicKey | - | yes |
| lock_escrow | PublicKey | - | yes |
| escrow_vault | PublicKey | - | yes |
| token_program | PublicKey | - | - |
| virtuals_vault | PublicKey | - | yes |
| token_vault | PublicKey | - | yes |
| virtuals_token_vault | PublicKey | - | yes |
| token_token_vault | PublicKey | - | yes |
| virtuals_vault_lp_mint | PublicKey | - | yes |
| token_vault_lp_mint | PublicKey | - | yes |
| virtuals_vault_lp | PublicKey | - | yes |
| token_vault_lp | PublicKey | - | yes |
| vault_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
| dynamic_amm_program | PublicKey | - | - |
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.virtuals.claim_fees","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.virtuals.claim_fees stream delivers decoded ClaimFees instruction data from the Virtuals program (5U3EU2ubXtK8...) on Solana. Each message includes 28 decoded account addresses, 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.