Jupiter Dev Notifications
1.63K subscribers
54 links
Important announcements for anyone developing with Jupiter.

Docs: https://dev.jup.ag/

Twitter/X: https://twitter.com/JupiterExchange

Discord: https://discord.gg/jup
Download Telegram
Jupiter's New Limit Order API is now Live

The new Limit Order API endpoints are now available on Jupiter Metropolis.
https://docs.jup.ag/reference/post_limit-v1-createorder

What's new?

- Token 2022 Support is now available, with the exception of tokens that have the transfer tax function enabled.
- Referral Program (https://docs.jup.ag/docs/add-referral-fee) to add and manage your own referral fees.
- Learn more about Limit Order here: https://docs.jup.ag/docs/lo-guide

IMPORTANT: The old Limit Order endpoints will be deprecated by November 5, 2024. Please update to the latest version immediately.

For any questions, reach out to us on Jupiter Discord in the #develop-support channel.
jupiter-swap-api changes

The jupiter-swap-api will start to return appropriately the real lastValidBlockHeight by default on /swap, instead of the non breaking bugged solana <2.0 lifetime of 300 blocks, as a result any application relying on lastValidBlockHeight will receive the correct lifetime of 150 blocks.

This can already be achieved by using
correctLastValidBlockHeight: true when calling /swap

No action required if you are using the npm package @jup-ag/react-hook 6.2.0 or terminal.jup.ag on the latest version

🚨If you are removing 150 from the lastValidBlockHeight it will lead to a lifetime of 0 blocks, but this is a non breaking change if you are not
jupiter-swap-api Release 6.0.43

feat: pump amm integration

Full changelog:
https://github.com/jup-ag/jupiter-swap-api/releases/tag/v6.0.43
New Spot APIs and Improved API Schema in docs

Ultra API ⚡️
- https://station.jup.ag/docs/ultra-api/

Trigger API
- /trigger/v1 (replacing `/limit/v2`)
- Please migrate and note of the breaking changes in the parameters
- https://station.jup.ag/docs/trigger-api/create-order

Recurring API
- Supporting both time-based and price-based recurring orders
- https://station.jup.ag/docs/recurring-api/create-order

Improved API Schema
- https://station.jup.ag/docs/api

New APIs are in beta and the API schema is in a new format, please let us know if any question or feedback in Discord!
Upgraded Developer Documentation

https://dev.jup.ag/ replaces the previously known “Station”, to focus fully on developer documentation.

Let us know any feedback or feature requests in Discord!
Breaking change updates for api.jup.ag free usage

---

We've recently made improvements to the API Gateway, resulted in reduced latency in repsonses and improved consistency. Additionally, we're moving to a DUAL ENDPOINT usage moving forward.

- api.jup.ag for usage with API Keys
- lite-api.jup.ag for free usage

---

⚠️ ACTION REQUIRED (only for free usage)

- Migrate to lite-api.jup.ag by 1 MAY 2025
- The paths remain unchanged, only domain change
- The same rate limits still apply
- You do not need an API Key for free usage
- If you are still using api.jup.ag without an API key, you will get a 401 response

NO action required for usage with API Keys

- Your usage on api.jup.ag remains unchanged
- You can only use api.jup.ag with an API Key

---

For those that are still on the old hostnames such as quote-api.jup.ag, please migrate to the new ones before we fully deprecate them.

Please refer to https://dev.jup.ag/docs#whats-new for more information on the latest changes.

If you have any questions or feedback, please let us know in Discord.
Jupiter Dev Notifications
Breaking change updates for api.jup.ag free usage --- We've recently made improvements to the API Gateway, resulted in reduced latency in repsonses and improved consistency. Additionally, we're moving to a DUAL ENDPOINT usage moving forward. - api.jup.ag…
Reminder for migrating to lite-api.jup.ag

If you are using api.jup.ag for free/without API keys
⚠️ Please migrate to lite-api.jup.ag by 1 MAY 2025.

If you are using api.jup.ag with API keys (pro plans), you do not need to migrate.

You can find more information in the message above.