Real-time decoded data for the InitializeMeteoraAccounts instruction on the Virtuals program. Every time this instruction is executed on Solana, you receive the full decoded payload with 36 accounts in under 50ms.
solana.virtuals.initialize_meteora_accountsDecoded account addresses included in every InitializeMeteoraAccounts message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| vpool | PublicKey | - | yes |
| meteora_deployer | PublicKey | - | yes |
| meteora_deployer_virtuals_ata | PublicKey | - | yes |
| meteora_deployer_token_ata | PublicKey | - | yes |
| vpool_virtuals_ata | PublicKey | - | yes |
| vpool_token_ata | PublicKey | - | yes |
| lock_escrow | PublicKey | - | yes |
| escrow_vault | PublicKey | - | yes |
| pool | PublicKey | - | yes |
| config | PublicKey | - | - |
| lp_mint | PublicKey | - | yes |
| virtuals_mint | PublicKey | - | - |
| token_mint | 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 |
| pool_virtuals_ata | PublicKey | - | yes |
| pool_token_ata | PublicKey | - | yes |
| meteora_deployer_pool_lp | PublicKey | - | yes |
| protocol_virtuals_fee | PublicKey | - | yes |
| protocol_token_fee | PublicKey | - | yes |
| payer | PublicKey | yes | yes |
| token_metadata | PublicKey | - | yes |
| rent | PublicKey | - | - |
| mint_metadata | PublicKey | - | yes |
| metadata_program | PublicKey | - | - |
| vault_program | PublicKey | - | - |
| token_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.initialize_meteora_accounts","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.virtuals.initialize_meteora_accounts stream delivers decoded InitializeMeteoraAccounts instruction data from the Virtuals program (5U3EU2ubXtK8...) on Solana. Each message includes 36 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.