Trade History
The Trade History page shows every order executed by your bots in one place. Access it from the Studio sidebar under Trades.
What you see
The trade history table displays all orders with the following columns:
| Column | Description |
|---|---|
| Date | When the order was created |
| Bot | Which bot initiated the trade |
| Pair | Token pair (e.g., SOL/BONK, ETH/BRETT) |
| Side | Buy or Sell |
| Amount | Quantity traded |
| Price | Execution price |
| Status | Current state (filled, pending, cancelled, failed) |
| Fee | Swap fee deducted (1% standard, 0.5% enterprise) |
Filtering
Use the filter controls at the top to narrow results:
- By bot — select a specific bot or view all
- By status — filter by filled, pending, cancelled, or failed
- By date range — set start and end dates
- By chain — Solana or EVM (Base)
Order detail
Click any row to open the order detail sheet. This shows the full execution timeline: when it was created, when pre-trade checks ran, when it was submitted on-chain, and the final result.
Tip: If you see a lot of failed orders, check the Troubleshooting page for common causes like insufficient balance or high slippage.
Related pages
- Trading Dashboard — positions, PnL, open orders
- Order Lifecycle — understand order states
- Solana Trading — how Solana trades execute
- EVM Trading — how EVM trades execute