JupiterJupiter Developer Platform
Docs
Pricing
Blog
Changelog
Sign In

Changelog

Changelog: April 2026

Changelog: April 2026
YYYY·April 30, 2026·4 min read

What shipped across Jupiter's developer APIs in April 2026. A big month: the Developer Platform launched, transaction submission went public, and Prediction Markets shipped two breaking changes.

Breaking changes

Prediction Markets: metadata fields moved to the top levelBreaking

All fields previously nested under markets[].metadata moved to the top level of the market object on April 10, 2026. This affects all /events/* and /markets GET endpoints.

Old pathNew path
markets[].metadata.titlemarkets[].title
markets[].metadata.isTeamMarketmarkets[].isTeamMarket
markets[].metadata.rulesPrimarymarkets[].rulesPrimary
markets[].metadata.rulesSecondarymarkets[].rulesSecondary
markets[].metadata.openTimemarkets[].openTime
markets[].metadata.closeTimemarkets[].closeTime

WTM (what this means) - Responses no longer include markets[].metadata. Update your code to read these fields from the top-level market object.

Prediction Market Docs

Prediction Markets: minimum order size increased to $5Breaking

The minimum order amount increased from $1 to $5 on April 14, 2026. Orders below $5 are rejected. Ensure all order amounts in your integration are at least $5.

API Reference

Trigger V2: verify-token endpoint removedBreaking

The /auth/verify-token endpoint is gone from the API and the OpenAPI spec.

WTM - Nothing replaces it; validate your JWT by using it. The challenge and login endpoints are unchanged.

Trigger Authentication

Transaction Submission

/submit is publicly available

POST https://api.jup.ag/tx/v1/submit accepts any signed Solana transaction and lands it through Jupiter's optimised infrastructure, including Jupiter Beam for sub-second landing and MEV protection.

  • Requires a minimum tip of 0.001 SOL to one of the supported tip receiver addresses
  • Works with any signed Solana transaction, not just Jupiter swaps

WTM (what this means) - Jupiter operates one of the highest-staked validators on Solana, and /submit opens that landing pipeline to any integrator. Run it in parallel with your existing RPC submission and let whichever lands first win.

Transaction Submission Docs · API Reference

Swap

RTSE slippage estimation documented

Real-Time Slippage Estimator (RTSE) documentation is now available. RTSE estimates slippage based on current market conditions.

  • Automatic with /order, no configuration needed
  • Opt-in with /build via slippageBps=rtse

WTM - Fixed slippage is either too tight (failed transactions) or too loose (worse fills). RTSE picks the value per swap from live market data, so you stop hand-tuning it.

Slippage Estimation (RTSE)

Tokens

VRFD Express Verification API

Token projects can verify their tokens on Jupiter programmatically through a three-step flow:

  1. Check eligibility - confirm the token meets verification requirements
  2. Craft transaction - build the verification transaction
  3. Execute verification - submit and complete verification

New Tokens documentation, API reference pages, and a verification OpenAPI spec are available.

Verification Docs · API Reference

stocks tag on /tokens/v2/tag

Query tokenized equities (Ondo, Remora, and others) the same way you query lst or verified.

Token Information

Platform

Jupiter Developer Platform launched

Portal documentation has been rewritten for the Jupiter Developer Platform launch, covering the full platform experience:

  • Setup - creating an account and generating API keys
  • Plans - free and paid tiers with rate limits and features
  • Rate Limits - per-endpoint limits and how throttling works
  • Migration - moving from lite-api.jup.ag to api.jup.ag
  • Responses - standard response formats and error codes
  • FAQ - common questions and troubleshooting

Get Started · Migration Guide

Dedicated rate limit buckets for /execute and /submit

Each gets its own bucket, separate from the general API limit and from each other: Keyless 20 RPS, Free 50 RPS, Paid 100 RPS.

WTM - Heavy order-fetching no longer throttles your transaction landing. Budget the two endpoints independently.

Rate Limits

JupUSD

JupUSD and JUICED developer documentation

  • JupUSD - mint and redeem Jupiter's native stablecoin, with API integration guides
  • JUICED - collateral integration documentation for leveraged vault positions

JupUSD Docs · JUICED Docs


YY

April 30, 2026