{"id":21625061,"url":"https://github.com/amiwrpremium/bitpin-tui","last_synced_at":"2026-04-24T20:32:40.149Z","repository":{"id":264431829,"uuid":"893289297","full_name":"amiwrpremium/bitpin-tui","owner":"amiwrpremium","description":"A feature-rich Terminal User Interface (TUI) client for the Bitpin cryptocurrency exchange, built with Go. This application provides a comprehensive interface for trading, market data visualization, and account management.","archived":false,"fork":false,"pushed_at":"2025-07-26T15:26:09.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T20:50:35.654Z","etag":null,"topics":["api","bitcoin","bitpin","crypto","cryptocurrency","exchange","go","golang","hft","trade","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amiwrpremium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T03:08:19.000Z","updated_at":"2025-07-26T15:26:13.000Z","dependencies_parsed_at":"2024-11-24T09:22:53.909Z","dependency_job_id":"c9a81fd7-ed6f-4781-907a-5abe3503fe3c","html_url":"https://github.com/amiwrpremium/bitpin-tui","commit_stats":null,"previous_names":["amiwrpremium/bitpin-tui"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/amiwrpremium/bitpin-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiwrpremium%2Fbitpin-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiwrpremium%2Fbitpin-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiwrpremium%2Fbitpin-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiwrpremium%2Fbitpin-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amiwrpremium","download_url":"https://codeload.github.com/amiwrpremium/bitpin-tui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiwrpremium%2Fbitpin-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32239649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bitcoin","bitpin","crypto","cryptocurrency","exchange","go","golang","hft","trade","tui"],"created_at":"2024-11-25T01:07:41.420Z","updated_at":"2026-04-24T20:32:40.136Z","avatar_url":"https://github.com/amiwrpremium.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitpin TUI\n\nA feature-rich Terminal User Interface (TUI) client for the Bitpin cryptocurrency exchange, built with Go. This application provides a comprehensive interface for trading, market data visualization, and account management.\n\n## Features\n\n### Authentication \u0026 Session Management\n- Secure API key-based authentication\n- Automatic token refresh handling\n- Session persistence across launches\n- Database-backed session storage\n\n### Market Data\n- Real-time order book visualization\n- Live market ticker data\n- Recent trades history\n- Favorite symbols tracking\n- Configurable update intervals\n- Customizable market depth views\n\n### Trading Features\n- View account balances with live updates\n- Create market and limit orders\n- View and manage open orders\n- Single-order cancellation\n- Batch order cancellation (\"Pussy Out\" feature)\n- Order filtering by symbol and side\n\n### User Interface\n- Intuitive terminal-based interface\n- Interactive forms and menus\n- Color-coded data visualization\n- Real-time data updates\n- Keyboard shortcuts for navigation\n- Mouse interaction support\n- Modal-based notifications and confirmations\n\n## Installation\n\n### Prerequisites\n- Go 1.21 or higher\n- SQLite3\n- UPX (optional, for binary compression)\n\n### Building from Source\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/amiwrpremium/bitpin-tui.git\ncd bitpin-tui\n```\n\n2. Build the application:\n```bash\ngo build -o bitpin-tui\n```\n\n### Pre-built Binaries\n\nPre-built binaries are available for the following platforms:\n- macOS (Apple Silicon and Intel)\n- Windows (64-bit)\n- Linux (64-bit)\n\nDownload the latest release from the [Releases](https://github.com/amiwrpremium/bitpin-tui/releases) page.\n\n## Usage\n\n1. Launch the application:\n```bash\n./bitpin-tui\n```\n\n2. Choose how you want to use the application:\n    - Access public market data immediately without authentication (order book, tickers, recent trades)\n    - Authenticate with your Bitpin API credentials (API Key and Secret) to access private features like trading and balance management\n\n3. Navigate the interface using:\n    - Arrow keys for movement\n    - Enter to select\n    - ESC to return to main menu\n    - Ctrl+C to exit\n\n## Main Menu Options\n\n### Authenticated Users\n- **Get Balances**: View account balances with live updates\n- **Get Open Orders**: View active orders with filtering\n- **Create Order**: Place new market or limit orders\n- **Cancel Order**: Cancel specific orders by ID\n- **Pussy Out**: Batch cancel all open orders\n- **Refresh**: Re-authenticate and refresh session\n- **Logout**: Clear session and exit\n\n### All Users\n- **Get Order Book**: View real-time order book data\n- **Get Ticker**: View current market tickers\n- **Get Recent Trades**: View trade history\n- **Reset**: Reset database to default state\n- **Quit**: Exit application\n\n## Project Structure\n```\n.\n├── bitpin_client/     # Bitpin API client implementation\n├── db/               # Database operations and models\n├── tui/             # Terminal UI components and handlers\n├── utils/           # Utility functions\n└── scripts/         # Build and release scripts\n```\n\n## Development\n\n### Key Components\n- **Bitpin Client**: Handles all API interactions with automatic token refresh\n- **Database Layer**: Manages session persistence and favorite symbols\n- **TUI Components**: Provides interactive UI elements using tview\n- **Utils**: Includes JWT handling, string manipulation, and time utilities\n\n### Building for Release\nThe project includes a release script (`scripts/release.sh`) that:\n- Builds binaries for multiple platforms\n- Applies build optimizations\n- Compresses binaries using UPX\n- Prepares releases for distribution\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'feat: add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Notice\n\nThis project is an unofficial, independent terminal interface for the Bitpin exchange. It is:\n- Not affiliated with, endorsed by, or connected to Bitpin in any way\n- Provided \"as-is\" without any warranty or guarantee of reliability\n- A community project created for educational and convenience purposes\n- Not responsible for any trading losses or technical issues that may occur\n\nUsers should:\n- Use this software at their own risk\n- Always verify critical information through official channels\n- Keep their API credentials secure and never share them\n- Be aware that cryptocurrency trading carries inherent risks\n\n## Author\n\nAMiWR ([@amiwrpremium](https://github.com/amiwrpremium))\n\n---\n\n🌟 If you find this project useful, please consider giving it a star on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiwrpremium%2Fbitpin-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famiwrpremium%2Fbitpin-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiwrpremium%2Fbitpin-tui/lists"}