InstructionLIVE

Jupiter Perpetuals AddCustody

Real-time decoded data for the AddCustody instruction on the Jupiter Perpetuals program. Every time this instruction is executed on Solana, you receive the full decoded payload with 10 accounts and 16 arguments in under 50ms.

Topicsolana.jupiter_perpetuals.add_custody
10accounts
1signers
4writable
16arguments

Accounts

Decoded account addresses included in every AddCustody message.

NameTypeSignerWritable
adminPublicKeyyesyes
transfer_authorityPublicKey--
perpetualsPublicKey--
poolPublicKey-yes
custodyPublicKey-yes
custody_token_accountPublicKey-yes
custody_token_mintPublicKey--
system_programPublicKey--
token_programPublicKey--
rentPublicKey--

Arguments

Decoded instruction arguments included in every AddCustody message.

NameType
is_stablebool
oraclestruct { oracle_account: PublicKey, oracle_type: enum(none, test, pyth), buffer: u64, max_price_age_sec: u32 }
pricingstruct { trade_impact_fee_scalar: u64, buffer: u64, swap_spread: u64, max_leverage: u64, max_global_long_sizes: u64, max_global_short_sizes: u64 }
permissionsstruct { allow_swap: bool, allow_add_liquidity: bool, allow_remove_liquidity: bool, allow_increase_position: bool, allow_decrease_position: bool, allow_collateral_withdrawal: bool, allow_liquidate_position: bool }
hourly_funding_dbpsu64
target_ratio_bpsu64
increase_position_bpsu64
decrease_position_bpsu64
doves_oraclePublicKey
max_position_size_usdu64
jump_ratestruct { min_rate_bps: u64, max_rate_bps: u64, target_rate_bps: u64, target_utilization_rate: u64 }
price_impact_fee_factoru64
price_impact_exponentf32
delta_imbalance_threshold_decimalu64
max_fee_bpsu64
doves_ag_oraclePublicKey

Subscribe to AddCustody

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_custody","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.jupiter_perpetuals.add_custody stream delivers decoded AddCustody instruction data from the Jupiter Perpetuals program (PERPHjGBqRHA...) on Solana. Each message includes 10 decoded account addresses and 16 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream Jupiter Perpetuals AddCustody data now

Get your API key and start receiving decoded instructions in seconds.