A clean, modern web dashboard to inspect the trading activity and portfolio of any Polymarket user. Built with Next.js, Tailwind CSS, and the Polymarket Data & CLOB APIs.
- 🔍 Wallet Inspection: View positions and history for any Polygon wallet address.
- 💰 Live Portfolio Value: Real-time calculation of current holdings based on live CLOB market prices.
- 📊 Profit/Loss Analysis: See your average entry price vs. current market price with P/L percentages.
- 📜 Transaction History: Full paginated history of trades, redemptions, and transfers.
- 🤖 AI-Ready Exports: One-click "Copy for AI" to paste data directly into ChatGPT/Claude for analysis.
- Tb CSV Export: Download your data for spreadsheet analysis.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- Data:
- Polymarket Data API (Positions & History)
- Polymarket CLOB API (Live Pricing)
- Language: TypeScript
- Node.js 18+ installed
- npm or yarn
-
Clone the repository:
git clone https://github.com/dorukanc/polymarket-inspector.git cd polymarket-inspector -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000
- Enter Address: Paste a Polygon wallet address (starts with
0x...) into the search bar. - Inspect: Click the "Inspect" button.
- Analyze:
- Summary Cards: Top-level view of value, volume, and activity.
- Positions Table: See what the user is currently holding and their P/L.
- History Table: Review past trades.
- Export: Use the "Copy for AI" or "Export CSV" buttons to take your data elsewhere.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Built by dorukanc
