What problem does it solve? Choosing and correctly calling the right Jupiter API endpoint across a dozen product families (Ultra Swap, Lend, Trigger, Recurring, Price, Portfolio, and more) is error-prone, with each API having distinct auth, fee, rate-limit, and transaction-signing rules. This Skill provides a single routing layer that maps user intent to the correct endpoint, flow, and production safeguards. ## Core Features & Use Cases - Intent-based endpoint routing: Maps requests like swap, DCA, limit order, or price lookup to the correct Jupiter API family and first action. - Per-API playbooks: Documents base URLs, endpoints, fees, constraints, and gotchas for Ultra Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, and Routing. - Production hardening guidance: Covers x-api-key auth, rate-limit backoff, idempotent execution, typed error mapping, and transaction signing with VersionedTransaction. - Use Case: A developer building a Solana trading app asks how to execute a gasless swap; the Skill routes to Ultra Swap's /ultra/v1/order then /ultra/v1/execute flow with signing, TTL, and retry guidance. ## Quick Start Ask how to get a swap quote and execute it with the Jupiter Ultra API using your API key.