> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jup.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity and Export

> The Activity tab of Jupiter Portfolio: the transaction history, the Hide failed and Hide spam filters, and how to export the full history as a CSV file.

The Activity tab shows the full transaction history of the wallet, grouped by day with the number of activities per day. Each transaction lists the time, the app that processed it (for example Jupiter Ultra Swap, Jupiter Perps), the amounts received and sent, a Signer tag when the wallet signed the transaction, and a link to the transaction.

## Filters

* **Hide failed** shows or hides failed transactions.
* **Hide spam** filters out spam transactions. It is on by default.

A counter next to the toggles shows how many transactions are currently hidden, or "No hidden transactions".

The list loads in pages: **Load More** at the bottom adds the next 10 transactions until the history is fully loaded, at which point the button disappears.

## Export the history as a CSV file

**Export**, at the top of the Activity tab on desktop, downloads a CSV file of the transactions currently displayed. It respects the Hide failed and Hide spam toggles and only includes the pages you have loaded so far. To export a complete history:

<Steps>
  <Step title="Choose what to include">
    Turn **Hide failed** and **Hide spam** off if you want failed and spam transactions in the file.
  </Step>

  <Step title="Load the whole history">
    Click **Load More** until the button no longer appears. The button is disabled while a page is loading.
  </Step>

  <Step title="Export">
    Click **Export**. The browser downloads a file named `<timestamp>-activities.csv`.
  </Step>
</Steps>

The CSV has one line per token balance change, so a transaction that moved several tokens appears on several lines. Columns: `signature`, `owner`, `isSigner`, `blockTime` (ISO 8601, UTC), `platformId`, `serviceName`, `fees`, `success`, `ticker`, `address` (token mint), `preBalance`, `postBalance`, `balanceChange`.

<Note>
  When viewing a wallet group, the export covers the transactions displayed for the group. The Export button is not available on small screens.
</Note>
