blokboard/ Open app

Node reference

Search Raydium pools

Find pools by token pair and liquidity

SolanaRaydiumraydiumSearchPools

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#

ParameterField typeDefaultDescription
Token Mint (mint1)string
Pair Mint (mint2)string
Pool Type (poolType)selectall
Sort By (sortField)selectliquidity
Sort Direction (sortType)selectdesc
Minimum Liquidity (USD) (minLiquidity)number
Maximum Liquidity (USD) (maxLiquidity)number
Minimum 24h Volume (USD) (minVolume24h)number
Maximum Fee Rate (maxFeeRate)number
Page (page)number1
Page Size (pageSize)number20
Raydium API URL (apiUrl)string
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.

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#

PortValueDescription
inanyPayload to preserve with the pool search.

Outputs#

PortValueDescription
outobjectRaydium API v3 pools matching the selected mint and market filters.

out fields#

FieldTypeDescription
networkstring
poolTypestring
countnumber
poolsarray

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.