Node reference
Search Raydium pools
Find pools by token pair and liquidity
Find pools by token pair and liquidity
Part of Solana / Raydium. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Find liquid Raydium pools for a token pair.
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 |
|---|---|---|---|
Token Mint (mint1) | string | — | |
Pair Mint (mint2) | string | — | |
Pool Type (poolType) | select | all | |
Sort By (sortField) | select | liquidity | |
Sort Direction (sortType) | select | desc | |
Minimum Liquidity (USD) (minLiquidity) | number | — | |
Maximum Liquidity (USD) (maxLiquidity) | number | — | |
Minimum 24h Volume (USD) (minVolume24h) | number | — | |
Maximum Fee Rate (maxFeeRate) | number | — | |
Page (page) | number | 1 | |
Page Size (pageSize) | number | 20 | |
Raydium API URL (apiUrl) | 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. |
Pool Type: Choices: All pools (all), Standard (standard), Concentrated (concentrated), All farms (allFarm), Standard farms (standardFarm), Concentrated farms (concentratedFarm).
Sort By: Choices: Default (default), Liquidity (liquidity), 24h volume (volume24h), 24h fees (fee24h), 24h APR (apr24h), 7d volume (volume7d), 7d APR (apr7d).
Sort Direction: Choices: Highest first (desc), Lowest first (asc).
Minimum Liquidity (USD): Available under More options. Limits: minimum 0; no declared maximum.
Maximum Liquidity (USD): Available under More options. Limits: minimum 0; no declared maximum.
Minimum 24h Volume (USD): Available under More options. Limits: minimum 0; no declared maximum.
Maximum Fee Rate: Available under More options. Limits: minimum 0; no declared maximum.
Page: Available under More options. Limits: minimum 1; no declared maximum.
Page Size: Available under More options. Limits: minimum 1; maximum 100.
Raydium 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 pool search. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | Raydium API v3 pools matching the selected mint and market filters. |
out fields#
| Field | Type | Description |
|---|---|---|
network | string | |
poolType | string | |
count | number | |
pools | 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.