Real-time decoded data for the AddPool instruction on the Jupiter Perpetuals program. Every time this instruction is executed on Solana, you receive the full decoded payload with 8 accounts and 4 arguments in under 50ms.
solana.jupiter_perpetuals.add_poolDecoded account addresses included in every AddPool message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| admin | PublicKey | yes | yes |
| transfer_authority | PublicKey | - | - |
| perpetuals | PublicKey | - | yes |
| pool | PublicKey | - | yes |
| lp_token_mint | PublicKey | - | yes |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| rent | PublicKey | - | - |
Decoded instruction arguments included in every AddPool message.
| Name | Type |
|---|---|
| name | String |
| limit | struct { max_aum_usd: u128, token_weightage_buffer_bps: u128, buffer: u64 } |
| fees | struct { swap_multiplier: u64, stable_swap_multiplier: u64, add_remove_liquidity_bps: u64, swap_bps: u64, tax_bps: u64, stable_swap_bps: u64, stable_swap_tax_bps: u64, liquidation_reward_bps: u64, protocol_share_bps: u64 } |
| max_request_execution_sec | i64 |
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_perpetuals.add_pool","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/Subscribesolana.jupiter_perpetuals.initsolana.jupiter_perpetuals.add_custodysolana.jupiter_perpetuals.set_custody_configsolana.jupiter_perpetuals.set_pool_configsolana.jupiter_perpetuals.set_perpetuals_configsolana.jupiter_perpetuals.transfer_adminThe solana.jupiter_perpetuals.add_pool stream delivers decoded AddPool instruction data from the Jupiter Perpetuals program (PERPHjGBqRHA...) on Solana. Each message includes 8 decoded account addresses and 4 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.