Changelog: January 2025

What shipped across Jupiter's developer APIs in January 2025.
Platform
New API hostnames and API keysBreaking
The API is now served through new hostnames and API keys.
- API keys are distributed via the Portal (see API Setup)
- Old hostnames will be slowly phased out, with reduced rate limits during the transition to facilitate migration
| Service type | Description |
|---|---|
| Free with no API key | Decreased rate limits to only accommodate testing |
| Paid plan with API key | Fixed rate limits, self-served through an API dashboard |
WTM (what this means) - This is the start of the consolidated *.jup.ag API gateway. All product APIs move under versioned paths on one host.
Hostname changes:
| Old hostnames | New hostnames |
|---|---|
quote-api.jup.ag/v6/quote | lite-api.jup.ag/swap/v1/quote |
quote-api.jup.ag/v6/swap | lite-api.jup.ag/swap/v1/swap |
quote-api.jup.ag/v6/swap-instructions | lite-api.jup.ag/swap/v1/swap-instructions |
quote-api.jup.ag/v6/program-id-to-label | lite-api.jup.ag/swap/v1/program-id-to-label |
price.jup.ag/v6 | lite-api.jup.ag/price/v2 |
tokens.jup.ag/token/:mint | lite-api.jup.ag/tokens/v1/token/:mint |
tokens.jup.ag/tokens?tags=:tags | lite-api.jup.ag/tokens/v1/tagged/:tag |
tokens.jup.ag/tokens_with_markets | lite-api.jup.ag/tokens/v1/mints/tradable |