The Cove dashboard lets you download your deposit history as a CSV file. This gives you a portable, human-readable record of every deposit made in the current browser — useful for bookkeeping, tax reporting, or compliance purposes.Documentation Index
Fetch the complete documentation index at: https://cove-cash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How to export
Open the dashboard
Go to https://cove-cash.vercel.app/dashboard. Your deposits load automatically from your browser’s
localStorage.Click Export CSV
In the deposit activity section, click the Export CSV button. The button shows Exporting… while the dashboard fetches block timestamps for each deposit from the Solana network.
What the CSV contains
Each row represents one deposit. The file includes the following columns:| Column | Description |
|---|---|
date | ISO 8601 timestamp of the deposit block, fetched from Solana |
amount_sol | The deposited amount in human-readable units (e.g., 1.5 for 1.5 SOL) |
mint | The full token mint address |
status | Either claimed or pending at the time of export |
deposit_signature | The Solana transaction signature for the deposit |
claim_signature | Reserved for the claim transaction signature (empty in the current version) |
commitment_index | The on-chain index of the commitment, used for internal verification |
deposit_signature value in each row links directly to Solscan when you prepend https://solscan.io/tx/ — for example, https://solscan.io/tx/<deposit_signature>.
