interface IndexerServerQueryRequestByType {
    account_snapshots: IndexerServerMultiSubaccountSnapshotsParams;
    blast_points: IndexerServerBlastPointsParams;
    blitz_points: IndexerServerBlitzPointsParams;
    blitz_points_leaderboard: IndexerServerBlitzPointsLeaderboardParams;
    candlesticks: IndexerServerCandlesticksParams;
    edge_candlesticks: IndexerServerCandlesticksParams;
    edge_market_snapshots: IndexerEdgeServerMarketSnapshotsParams;
    events: IndexerServerEventsParams;
    fast_withdrawal_signature: IndexerServerFastWithdrawalSignatureParams;
    foundation_rewards_merkle_proofs: IndexerServerClaimFoundationRewardsMerkleProofsParams;
    foundation_taker_rewards: IndexerServerFoundationTakerRewardsParams;
    foundation_token_incentives_snapshots: IndexerServerFoundationTokenIncentivesSnapshotsParams;
    funding_rate: IndexerServerFundingRateParams;
    funding_rates: IndexerServerFundingRatesParams;
    initial_drop_conditions: IndexerServerBlitzInitialDropConditionsParams;
    interest_and_funding: IndexerServerInterestFundingParams;
    leaderboard: IndexerServerLeaderboardParams;
    leaderboard_contests: IndexerServerLeaderboardContestsParams;
    leaderboard_rank: IndexerServerLeaderboardRankParams;
    leaderboard_registration: IndexerServerLeaderboardRegistrationParams;
    linked_signer_rate_limit: IndexerServerLinkedSignerParams;
    maker_statistics: IndexerServerMakerStatisticsParams;
    market_snapshots: IndexerServerMarketSnapshotsParams;
    matches: IndexerServerMatchEventsParams;
    oracle_price: IndexerServerOraclePricesParams;
    orders: IndexerServerOrdersParams;
    perp_prices: IndexerServerPerpPricesParams;
    price: IndexerServerPriceParams;
    product_snapshots: IndexerServerMultiProductsParams;
    products: IndexerServerProductsParams;
    referral_code: IndexerServerReferralCodeParams;
    rewards: IndexerServerRewardsParams;
    sonic_points: IndexerServerSonicPointsParams;
    sonic_points_leaderboard: IndexerServerSonicPointsLeaderboardParams;
    staking_v2_pool_snapshots: IndexerServerStakingV2PoolSnapshotsParams;
    staking_v2_top_stakers: IndexerServerStakingV2TopStakersParams;
    subaccounts: IndexerServerListSubaccountsParams;
    taker_rewards: IndexerServerRewardsParams;
    usdc_price: Record<string, never>;
    vlp_snapshots: IndexerServerVlpSnapshotsParams;
    vrtx_merkle_proofs: IndexerServerClaimVrtxMerkleProofsParams;
    vrtx_supply_snapshots: IndexerServerVrtxSupplySnapshotsParams;
}

Properties

foundation_token_incentives_snapshots: IndexerServerFoundationTokenIncentivesSnapshotsParams
linked_signer_rate_limit: IndexerServerLinkedSignerParams
usdc_price: Record<string, never>