THE BUILDING BLOCKS
Node reference
Every block, straight from the app’s node catalog. Find its parameters, ports, and behavior before you connect it.
Start
Begin a workflow run
Core / FlowIf
Branch using conditions
Core / FlowIterate
Run once for every array item
Core / FlowMerge
Join incoming branches
Core / FlowWait
Pause before continuing
Core / DataVariable
Store a reusable value
Core / DataGet State
Read this workflow's memory on the current runtime
Core / DataSet State
Save memory for future runs on this runtime
Core / DataDelete State
Remove saved workflow memory
Core / DataCode
Transform data with custom JavaScript
Files / FilesOpen file
Load a local file into this run
Files / FilesRead file
Read an opened file by line or all at once
Files / FilesParse CSV
Convert CSV text into rows
Files / FilesCreate file
Create a temporary file for this run
Files / FilesWrite file
Add lines to a temporary file
Files / FilesWrite CSV
Create a CSV file from rows
Files / FilesSave file
Save a temporary file to your device
Ethereum / EthereumETH balance
Read an Ethereum wallet balance
Ethereum / EthereumEthereum block number
Read the latest block number
Solana / SolanaSOL balance
Read an account balance
Solana / SolanaToken balance
Read a token account
Solana / SolanaToken holdings
List tokens held by a wallet
Solana / SolanaGet transactions
Load confirmed transactions
Solana / SolanaRPC method
Call any Solana RPC method
Solana / SolanaSOL transfer
Sign and send SOL
Solana / SolanaMint token
Create a Token-2022 mint
Solana / SolanaToken transfer
Sign and send tokens
Solana / SolanaSign transaction
Sign an encoded transaction
Solana / SolanaAccount subscribe
Stream account changes
Solana / SolanaProgram subscribe
Stream program account changes
Solana / SolanaLogs subscribe
Stream matching transaction logs
Solana / SolanaSignature subscribe
Wait for signature confirmation
Solana / Pump.funGet Pump coin
Read token and bonding curve data
Solana / Pump.funCreate coin
Launch a Pump Token-2022 coin
Solana / Pump.funSwap coin
Buy or sell on the bonding curve
Solana / Pump.funWatch new coins
Stream compact creation events
Solana / Pump.funWatch graduations
Stream PumpSwap pool migrations
Solana / Pump.funWatch trades
Stream all or mint-specific trades
Solana / PumpSwapGet PumpSwap pool
Read AMM reserves, price, and fees
Solana / PumpSwapPumpSwap swap
Buy or sell in a graduated pool
Solana / PumpSwapWatch PumpSwap trades
Stream all or pool-specific swaps
Solana / RaydiumSearch Raydium pools
Find pools by token pair and liquidity
Solana / RaydiumGet Raydium pool
Read and verify a pool on-chain
Solana / RaydiumQuote Raydium route
Quote exact-input or exact-output routing
Solana / RaydiumSwap on Raydium
Send an audited CLMM/CPMM exact-input route
Solana / RaydiumCreate Raydium CPMM pool
Create a constant-product pool with initial liquidity
Solana / RaydiumCreate Raydium CLMM pool
Create a concentrated-liquidity pool and fee tier
Solana / RaydiumAdd Raydium CPMM liquidity
Deposit a balanced token pair into a CPMM pool
Solana / RaydiumRemove Raydium CPMM liquidity
Redeem CPMM LP tokens with slippage protection
Solana / RaydiumOpen Raydium CLMM position
Open a price-range position with a position NFT
Solana / RaydiumIncrease Raydium CLMM position
Add token liquidity to an owned CLMM position
Solana / RaydiumDecrease Raydium CLMM position
Remove a percentage with calculated minimum outputs
Solana / RaydiumCollect Raydium CLMM fees
Collect trading fees and configured position rewards
Solana / RaydiumClose Raydium CLMM position
Close an empty CLMM position NFT
Solana / RaydiumList Raydium positions
Read LP, CLMM NFT, farm, and locked positions
Solana / RaydiumWatch Raydium pools
Stream verified pool-creation transactions
Solana / RaydiumWatch Raydium trades
Stream swaps for one selected pool
Solana / JupiterQuote Jupiter route
Quote all Jupiter routing engines
Solana / JupiterSwap with Jupiter
Sign and execute the best Jupiter route
Telegram / TelegramMessage subscribe
Listen for incoming text messages
Telegram / TelegramSend message
Send a message with an optional file
Email / EmailSend email
Send email with optional file attachments
HTTP / HTTPHTTP request
Call an API with query, body, headers, and auth