Official API documentation and Telegram Bot integration for GhostMix Protocol. Work-in-progress endpoints for automated Bitcoin privacy and zero-log mixing
⚠️ Status: The GhostMix Universal API is currently under active development. Endpoints, parameters, and payload structures are subject to change before the official Mainnet release.
The GhostMix REST API is the core engine powering our ecosystem. It is designed to seamlessly run our Official Telegram Bot while also allowing external developers, exchanges, and wallets to programmatically interact with our privacy protocol.
https://api.ghostmix.io/v1/ (Coming soon)
Public endpoints (like fees and network status) will be open. Advanced integration endpoints and Bot Webhooks will utilize standard Bearer Token authentication and cryptographic signature verification.
GET /api/v1/network-status Returns the current available BTC liquidity in the pools and dynamic fee estimations. (Used by the Telegram bot to display current rates).
POST /api/v1/mix Creates a new secure mixing session.
- Planned Parameters: Target destination addresses, time delay preferences, fund distribution strategy, and optional
telegram_chat_idfor status alerts.
GET /api/v1/status/{session_id} Checks the current state of your mixing process. We will also support active Webhooks to instantly notify your services or Telegram bot when a transaction is fully confirmed and processed.
Full technical documentation, payload examples, WebSocket integration guides, and code snippets will be published in this repository once the API is officially finalized by our core development team.