blokboard/ Open app

Node reference

Quote Jupiter route

Quote all Jupiter routing engines

SolanaJupiterjupiterQuoteRoute

Quote all Jupiter routing engines

Part of Solana / Jupiter. This reference is generated from the node definitions shipped with Blokboard.

When to use it#

  • Get a Jupiter swap quote without executing a trade.

This node uses solana. Configure the runtime’s RPC route and check Test mode. For signing operations, review wallet safety.

Parameters#

ParameterField typeDefaultDescription
Input Mint (inputMintAddress)string
Output Mint (outputMintAddress)string
Amount (amount)string
Input Decimals (inputDecimals)number
Output Decimals (outputDecimals)number
Look Up Missing Decimals (lookupMintDecimals)booleantrue
Slippage (slippageMode)tabsautomaticAutomatic uses Jupiter RTSE. Fixed sends your selected limit.
Slippage (%) (slippagePercent)string0.5
Jupiter API key (apiKeyConnectionId)connection(empty)Uses your encrypted HTTP credential. Leave empty for Jupiter keyless access.
On failure (onFailure)selectstopChoose whether a failed execution stops the workflow or only ends this path.
Retry attempts (retryCount)number0How many additional attempts to make after the first failure.

Input Decimals: Available under More options. Limits: minimum 0; maximum 18.

Output Decimals: Available under More options. Limits: minimum 0; maximum 18.

Look Up Missing Decimals: Available under More options.

Slippage: Choices: Automatic (automatic), Fixed (fixed).

Slippage (%): Shown when slippageMode is fixed.

Jupiter API key: Select your own http connection. See connection setup. Available under More options.

On failure: Choices: Stop workflow (stop), Continue (continue). Available under More options.

Retry attempts: Available under More options. Limits: minimum 0; no declared maximum.

Inputs#

PortValueDescription
inanyPayload to preserve with the Jupiter quote.

Outputs#

PortValueDescription
outobjectA fresh exact-input quote from Jupiter Meta-Aggregator routing.

out fields#

FieldTypeDescription
inputMintstring
outputMintstring
inputAmountRawstring
outputAmountRawstring
routerstring
feeMintstring
feeBpsnumber
referralFeeAppliedboolean
routePlanarray

Use in a workflow#

Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.

See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.