Node reference
Quote Raydium route
Quote exact-input or exact-output routing
Quote exact-input or exact-output routing
Part of Solana / Raydium. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Estimate the output of a Raydium swap without trading.
This node uses solana. Configure the runtime’s RPC route and check Test mode. For signing operations, review wallet safety.
Parameters#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Input Mint (inputMintAddress) | string | — | |
Output Mint (outputMintAddress) | string | — | |
Quote (mode) | tabs | exactIn | |
Amount (amount) | string | — | |
Input Decimals (inputDecimals) | number | — | |
Output Decimals (outputDecimals) | number | — | |
Look Up Missing Decimals (lookupMintDecimals) | boolean | true | |
Slippage (%) (slippagePercent) | string | 0.5 | |
Transaction Version (transactionVersion) | select | LEGACY | |
Commitment (commitment) | select | confirmed | |
RPC URL (rpcUrl) | string | {{global.chains.solana.rpcUrl}} | Configured for Solana in workspace RPC settings. |
Transaction API URL (transactionApiUrl) | string | — | |
On failure (onFailure) | select | stop | Choose whether a failed execution stops the workflow or only ends this path. |
Retry attempts (retryCount) | number | 0 | How many additional attempts to make after the first failure. |
Quote: Choices: Exact input (exactIn), Exact output (exactOut).
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.
Transaction Version: Choices: Legacy (LEGACY), Version 0 (V0). Available under More options.
Commitment: Choices: Processed (processed), Confirmed (confirmed), Finalized (finalized). Available under More options.
RPC URL: Available under More options.
Transaction API URL: 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#
| Port | Value | Description |
|---|---|---|
in | any | Payload to preserve with the route quote. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | An exact-input or exact-output quote from the official Raydium Transaction API. |
out fields#
| Field | Type | Description |
|---|---|---|
inputMint | string | |
outputMint | string | |
inputAmountRaw | string | |
outputAmountRaw | string | |
routePlan | array |
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.