integrating-jupiter

Solid

Comprehensive guidance for integrating Jupiter APIs (Ultra Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening.

API & Backend 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Jupiter API Integration Single skill for all Jupiter APIs, optimized for fast routing and deterministic execution. **Base URL**: `https://api.jup.ag` **Auth**: `x-api-key` from [portal.jup.ag](https://portal.jup.ag/) (**required for Jupiter REST endpoints**) ## Use/Do Not Use Use when: - The task requires choosing or calling Jupiter endpoints. - The task involves swap, lending, perps, orders, pricing, portfolio, send, studio, lock, or routing. - The user needs debugging help for Jupiter API calls. Do not use when: - The task is generic Solana setup with no Jupiter API usage. - The task is UI-only with no API behavior decisions. **Triggers**: `swap`, `quote`, `gasless`, `best route`, `lend`, `borrow`, `earn`, `liquidation`, `perps`, `leverage`, `long`, `short`, `position`, `limit order`, `trigger`, `price condition`, `dca`, `recurring`, `scheduled swaps`, `token metadata`, `token search`, `verification`, `shield`, `price`, `valuation`, `price feed`, `portfolio`, `positions`, `holdings`, `prediction markets`, `market odds`, `event market`, `invite transfer`, `send`, `clawback`, `create token`, `studio`, `claim fee`, `vesting`, `distribution lock`, `unlock schedule`, `dex integration`, `rfq integration`, `routing engine` ## Developer Quickstart ```typescript import { Connection, Keypair, VersionedTransaction } from '@solana/web3.js'; const API_KEY = process.env.JUPITER_API_KEY!; // from portal.jup.ag if (!API_KEY) throw new Error('Missing JUPITER_API_KEY'); const BAS...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category