Node reference
Get transactions
Load confirmed transactions
Load confirmed transactions
Part of Solana / Solana. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Load confirmed transactions for a Solana address.
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 |
|---|---|---|---|
RPC URL (rpcUrl) | string | {{global.chains.solana.rpcUrl}} | Configured for Solana in workspace RPC settings. |
Address (address) | string | {{global.main_wallet}} | |
Date range (rangePreset) | select | today | |
From (fromDateTime) | string | (empty) | |
To (toDateTime) | string | (empty) | |
Maximum transactions (limit) | number | 100 | Maximum matching transactions to return after applying the date range. |
Commitment (commitment) | select | confirmed | |
Before signature (before) | string | (empty) | Load the next page before this signature. |
Until signature (until) | string | (empty) | Stop when this signature is reached. |
Minimum context slot (minContextSlot) | number | (empty) | |
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. |
RPC URL: Available under More options.
Date range: Choices: Today (today), Last 7 days (week), Last 30 days (month), Custom (custom).
Maximum transactions: Limits: minimum 1; maximum 1000.
Commitment: Choices: Confirmed (confirmed), Finalized (finalized). Available under More options.
Before signature: Available under More options.
Until signature: Available under More options.
Minimum context slot: Available under More options. Limits: minimum 0; no declared maximum.
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 | Starts the transaction lookup. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | Confirmed transactions for a wallet or account, newest first. |
out fields#
| Field | Type | Description |
|---|---|---|
address | string | |
from | string | |
to | string | |
count | number | |
transactions | array | |
nextBefore | string | |
hasMore | boolean | |
scannedSignatures | number |
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.