|
|
1 жил өмнө | |
|---|---|---|
| .. | ||
| ClaudeCodeBalanceWidget.csproj | 1 жил өмнө | |
| ClaudeCodeBalanceWidget.ico | 1 жил өмнө | |
| ClaudeCodeBalanceWidget.sln | 1 жил өмнө | |
| EnhancedSettingsForm.Designer.cs | 1 жил өмнө | |
| EnhancedSettingsForm.cs | 1 жил өмнө | |
| EnhancedSettingsForm.resx | 1 жил өмнө | |
| MainForm.Designer.cs | 1 жил өмнө | |
| MainForm.cs | 1 жил өмнө | |
| MainForm.resx | 1 жил өмнө | |
| Program.cs | 1 жил өмнө | |
| SettingsForm.Designer.cs | 1 жил өмнө | |
| SettingsForm.cs | 1 жил өмнө | |
| directory_structure.txt | 1 жил өмнө | |
| gen_dirstruct.cmd | 1 жил өмнө | |
| gen_srcout.cmd | 1 жил өмнө | |
| readme.md | 1 жил өмнө | |
Version: 1.0.0
Release Date: July 8, 2025
Author: Dalibor Votruba (Quadarax)
A Windows desktop widget that monitors your Claude API balance and provides quick access to Anthropic Console billing information.
Anthropic does not provide a public API endpoint for account balance. This widget can:
For API Key users, the widget displays "Check Console" and provides convenient links to manually check your balance.
claudecodebalancewidget.exesk-ant-api03-)sessionKey cookie valueNote: Session cookie method may not work due to enhanced security measures.
sk-ant-api03-ClaudeCodeBalanceWidget/
├── claudecodebalancewidget.exe # Main executable
├── ClaudeCodeBalanceWidget.ico # Application icon
└── README.md # This file
Configuration stored in:
%APPDATA%/ClaudeBalanceMonitor/
├── config.txt # Authentication settings
└── position.txt # Widget position
Technology Stack:
Building from Source:
git clone <repository-url>
cd ClaudeCodeBalanceWidget
dotnet build --configuration Release
Project Structure:
├── MainForm.cs # Main application logic
├── SettingsForm.cs # Configuration dialog
├── EnhancedSettingsForm.cs # Advanced settings with tabs
├── Program.cs # Application entry point
└── ClaudeCodeBalanceWidget.csproj # Project configuration
| Method | Reliability | Setup Difficulty | Auto-Balance | Security |
|---|---|---|---|---|
| API Key | ✅ High | 🟡 Medium | ❌ No* | ✅ High |
| Session Cookie | ❌ Low | 🟢 Easy | ❌ No | 🟡 Medium |
*No automatic balance retrieval due to API limitations
This is an unofficial tool not affiliated with Anthropic. Use at your own risk.
Copyright © 2025 Quadarax - Dalibor Votruba
Disclaimer: This is an unofficial tool. Anthropic may change their authentication methods or block automated access at any time. Always keep your API keys secure and never share them.