Introduction

OrbitFlare provides access to the Jupiter Swap API through our Dedicated Nodes. This integration allows you to use Jupiter’s powerful swap functionality without additional configuration.

Accessing the API

To use the Jupiter Swap API through OrbitFlare, simply append /jup to your dedicated node endpoint:

https://your-orbitflare-endpoint/jup

Important Note: Do not include the /v6 version path parameter in your URL. The correct version will be automatically routed by our infrastructure.

Example Usage

Correct:

https://your-orbitflare-endpoint/jup/quote?inputMint=...

Incorrect:

https://your-orbitflare-endpoint/jup/v6/quote?inputMint=...

Available Endpoints

The following Jupiter API endpoints are available through this integration:

  • /quote: Get quote information for a swap
  • /swap: Execute a swap
  • /indexed-route-map: Get the route map
  • /market-depth: Get market depth information

Requirements

Jupiter Swap API access is available exclusively through OrbitFlare’s Dedicated Nodes plans. Please contact our sales team or refer to our Products page for information on dedicated node options.

Documentation

For detailed information on how to use the Jupiter Swap API, including parameters and response formats, please refer to the official Jupiter API documentation.