Node Reference

Complete reference for all available NodeMatrix nodes

Node Categories

Nodes are organized into categories based on their function: Triggers, Actions, Logic, and Utilities.

Trigger Nodes

Trigger nodes start your workflow when specific conditions are met.

NodeDescriptionInputs
Price TriggerFires when token price crosses thresholdToken, Condition, Value
Time TriggerFires at scheduled intervalsInterval, Start Time
Event TriggerFires on blockchain eventsContract, Event Name
Webhook TriggerFires on HTTP requestURL, Method
Balance TriggerFires when wallet balance changesWallet, Token, Condition

Action Nodes

Action nodes perform operations when triggered.

Swap

Exchange tokens on supported DEXes with configurable slippage and deadline.

Transfer

Send tokens or NFTs to specified addresses with gas optimization.

Stake

Stake tokens in supported protocols and manage positions.

Contract Call

Execute arbitrary smart contract functions with custom parameters.

Tweet

Post automated tweets based on workflow data and events.

Telegram

Send notifications and updates to Telegram channels.

Logic Nodes

Logic nodes add intelligence and branching to your workflows.

NodeDescriptionUse Case
If/ElseConditional branchingExecute different paths based on conditions
SwitchMulti-path branchingRoute to multiple paths based on value
LoopIterate over dataProcess arrays and lists
DelayPause executionWait before next action
MergeCombine dataJoin multiple data streams

Utility Nodes

Utility nodes help with data manipulation and external integrations.

NodeDescription
HTTP RequestMake API calls to external services
JSON ParseExtract data from JSON responses
MathPerform calculations on numeric data
FormatTransform and format data strings
StorageRead/write persistent data
LoggerLog data for debugging