Govern & build tutorial
Build on Jupiter's APIs
The APIs behind jup.ag are open to builders: Swap, Tokens, Price, Lend, limit orders and DCA, Prediction and Perps, with one API key from the Developer Platform.[1]
- Best for
- Developers building wallets, trading tools, payments or AI agents on Solana.
- You'll need
- An API key from developers.jup.ag/portal
- Any HTTP client, such as curl
- Cost
- Free to start, with no upfront payment
Worked example · illustrative numbers
One request, real fields
$ curl "https://api.jup.ag/tokens/v2/search?query=JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN" \
-H "x-api-key: $JUP_API_KEY"
[{
"symbol": "JUP",
"isVerified": true,
"organicScore": 99.31,
"holderCount": 838864,
"usdPrice": 0.3464
}]- Swap
- Tokens
- Price
- Lend
- Limit orders & DCA
- Prediction
- Perps
Step by step
Get a key
Create an API key on the Developer Platform; it unlocks every Jupiter API.
Make a first call
Search a token on the Tokens API with your key in the x-api-key header.
Pick your product
Swap for trades, Price for USD prices, Lend for deposits and borrowing, Trigger for limit orders and DCA.
Ship and monitor
Use the platform's logs and usage dashboards as you go live.
Good to know
Sources
- Jupiter Developer Docs ↗developers.jup.ag/docs/get-started
- Tokens API ↗developers.jup.ag/docs/tokens
Checked against Jupiter's documentation on 26 Sep 2026. Products change; the linked pages are the source of truth.