One table of the Jupiter Perpetuals dataset — sliced from the unified archive by ix_name = 'AddCustody', coverage apr 2024 → jun 2026. Buying the dataset includes this table and all 60 others.
Payload columns · 26documented from the program IDL · schema v1.0
| Column | Type | Tags | Description |
|---|---|---|---|
| admin | pubkey | accountsignerwritable | payload account |
| transfer_authority | pubkey | account | payload account |
| perpetuals | pubkey | account | payload account |
| pool | pubkey | accountwritable | payload account |
| custody | pubkey | accountwritable | payload account |
| custody_token_account | pubkey | accountwritable | payload account |
| custody_token_mint | pubkey | account | payload account |
| system_program | pubkey | account | payload account |
| token_program | pubkey | account | payload account |
| rent | pubkey | account | payload account |
| is_stable | bool | arg | payload argument |
| oracle | struct { oracle_account: PublicKey, oracle_type: enum(none, test, pyth), buffer: u64, max_price_age_sec: u32 } | arg | payload argument |
| pricing | struct { trade_impact_fee_scalar: u64, buffer: u64, swap_spread: u64, max_leverage: u64, max_global_long_sizes: u64, max_global_short_sizes: u64 } | arg | payload argument |
| permissions | struct { 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 } | arg | payload argument |
| hourly_funding_dbps | u64 | arg | payload argument |
| target_ratio_bps | u64 | arg | payload argument |
| increase_position_bps | u64 | arg | payload argument |
| decrease_position_bps | u64 | arg | payload argument |
| doves_oracle | PublicKey | arg | payload argument |
| max_position_size_usd | u64 | arg | payload argument |
| jump_rate | struct { min_rate_bps: u64, max_rate_bps: u64, target_rate_bps: u64, target_utilization_rate: u64 } | arg | payload argument |
| price_impact_fee_factor | u64 | arg | payload argument |
| price_impact_exponent | f32 | arg | payload argument |
| delta_imbalance_threshold_decimal | u64 | arg | payload argument |
| max_fee_bps | u64 | arg | payload argument |
| doves_ag_oracle | PublicKey | arg | payload argument |
Physical schema · every delivered filefooter-verified
| Column | Type | Description |
|---|---|---|
| slot | u64 | Solana slot number |
| tx_index | u32 | transaction index in block |
| ix_index | u32 | top-level instruction index |
| inner_index | u32 | inner-instruction index |
| stack_height | u32 | CPI stack depth |
| is_inner | bool | true for inner (CPI) instructions |
| is_vote | bool | vote transaction flag |
| success | bool | transaction succeeded (failed txs included) |
payload above ships inside the json column · failed txs included & flagged