blokboard/ Open app

Node reference

Get transactions

Load confirmed transactions

SolanasolanaGetTransactions

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#

ParameterField typeDefaultDescription
RPC URL (rpcUrl)string{{global.chains.solana.rpcUrl}}Configured for Solana in workspace RPC settings.
Address (address)string{{global.main_wallet}}
Date range (rangePreset)selecttoday
From (fromDateTime)string(empty)
To (toDateTime)string(empty)
Maximum transactions (limit)number100Maximum matching transactions to return after applying the date range.
Commitment (commitment)selectconfirmed
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)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.

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#

PortValueDescription
inanyStarts the transaction lookup.

Outputs#

PortValueDescription
outobjectConfirmed transactions for a wallet or account, newest first.

out fields#

FieldTypeDescription
addressstring
fromstring
tostring
countnumber
transactionsarray
nextBeforestring
hasMoreboolean
scannedSignaturesnumber

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.