Jupiter swap

We provide access to the Jupiter swap API. On a supported dedicated node, you can append /jupiter to your endpoint to get access to this API.

For eg. https://my-triton-endpoint/my-token/jupiter

Note: Do not include the /v6 version path parameter in your URL. Refer the example below

Correct: https://my-triton-endpoint/my-token/jupiter/quote?inputMint...

Incorrect: https://my-triton-endpoint/my-token/jupiter/v6/quote?inputMint...

For Jupiter API documentation see: https://station.jup.ag/docs/apis/swap-api.

Last updated