Upload Transaction CSV
Drag and drop your CSV file here, or click to select
CSV Format Requirements
We support two CSV formats:
Standard Format
Your CSV file should contain the following columns:
- signature - The Solana transaction signature
- from - The sender's wallet address
- to - The recipient's wallet address
- type - The transaction type (e.g., transfer)
- amount - The transaction amount
- tokenType - The token type (e.g., POWER)
Solscan Export Format (New!)
We now support direct imports from Solscan exports which contain the following columns:
- Signature - The Solana transaction signature
- Time - Unix timestamp of the transaction
- Action - The transaction action (e.g., TRANSFER)
- From - The sender's wallet address
- To - The recipient's wallet address
- Amount - The transaction amount
- TokenAddress - The address of the token contract
The system will automatically detect Solscan export format and process it accordingly.