For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transactions

Every deposit, withdrawal, swap, and liquidity move tied to the selected wallet — in one filterable feed.

The Transactions view is the chronological side of the Wallet panel. Where Assets and Balances shows what you hold, Transactions shows how it got there — trades, transfers, deposits, withdrawals, liquidity activity — for the selected wallet and network.

Transaction Types

The history view classifies activity by kind:

  • Deposit — funds arrived at this wallet.

  • Withdraw — funds left the wallet.

  • Add / Remove / Rebalance Liquidity — LP-side operations.

  • Swap In / Swap Out — token-for-token exchanges.

For trading-related rows, you may also see direction tags — Buy, Sell, Transfer, Withdraw — surfacing the user-side intent.

Transaction Statuses

Filter chips at the top of the table:

  • Completed — successful transactions.

  • Error — failed transactions.

  • Active — in-flight.

  • Created — newly initiated, not yet broadcast.

  • Hidden — rows you've manually hidden.

Combine filters when you need a specific slice — e.g. Error + Active to audit failures from the last hour.

Reading a Row

Each row compresses a transaction into the most relevant fields:

  • Date and time — when it happened.

  • Wallet / transfer path — source and destination.

  • Token or instrument — what moved.

  • Price / Volume / Amount — the size of the move.

  • Direction — Buy, Sell, Transfer, etc.

  • Status — Completed, Error, Active, Created.

  • Actions — open in explorer, hide, re-trade.

When an explorer action is available, use it to open the transaction on Solscan (or the equivalent block explorer) and verify the on-chain record. That's the ground truth — the terminal view is a presentation layer.

Export

When the Export control is visible, you can download wallet history for your own records.

Exports are informational, not authoritative. Always verify important balances and transfers against the wallet itself and the relevant block explorer before relying on the data for accounting or operational decisions.

More to Explore

Cover

The portfolio view of the same data.

Cover

How to verify a transaction before approving it.

Cover

The trading-side ledger of the same transactions.

A row marked Error in Transactions usually surfaces the cause in the explorer. Cross-check before re-submitting the same operation.

FAQs

Why is a recent transaction missing from the feed?

The feed updates in near real-time, but indexing can lag a few seconds on busy blocks. Check the block explorer directly if a transaction doesn't appear after 30–60 seconds.

What does "Hidden" mean here?

Hidden affects display only — the transaction still exists on-chain and in the wallet's full history. Re-enable hidden rows from the filter chips when you want them back.

Can I edit or delete a transaction record?

No. Transactions are on-chain records; only the **display** is configurable. Hide / show controls the panel view.

What's the fastest way to audit a failed swap?

Open the row's Actions menu → block-explorer link. The explorer shows the exact failure reason at the protocol level.

Is Export available on all networks?

Availability depends on the current product version and the selected network. If the Export control isn't visible, the view is in-app only for that network at the moment.

Last updated