A web application for exploring your Bitpanda transactions with enhanced filtering and export capabilities.
- 🔄 Transaction fetching from Bitpanda API
- 🔍 Transaction filtering
- 📊 Transaction statistics
- 💾 CSV Export functionality for transaction data
- Visit https://christiantrummer.github.io/bitpanda-transaction-explorer
- Create a new API key at Bitpanda API Settings with the
TransactionandBalancepermissions - Paste the API key into the input field
- Click "Fetch Transactions" to load your transactions
If you prefer to run the application locally, you'll need to serve it through a web server due to CORS restrictions. Simply opening the HTML file directly in a browser won't work.
You can use any web server of your choice, for example:
- Python:
python -m http.server - Node.js:
npx http-server
Your data and API key remain secure as everything runs in your browser. The API key is only used to communicate directly with Bitpanda's servers - it never needs to be stored anywhere and no third parties are involved.
Built about 90% of the code with Claude 3.5 Sonnet.
