What problem does it solve?
TypeScript developers building non-React server-side or custom frontend solutions need a reliable end-to-end withdrawal workflow that coordinates exchanges, wallet connections, balance loading, quote generation, and multi-step 2FA.
Core Features & Use Cases
- State-machine driven withdrawal flow that progresses through exchanges → oauth/qrcode → wallet → quote → withdraw, with robust error handling and deterministic transitions.
- Server-side and browser clients: BluvoClient for server environments, BluvoWebClient for client-side use, and BluvoFlowClient as the orchestration layer.
- Real-time updates via WebSocket and support for 2FA, KYC, and balance checks in production-grade integrations.
Quick Start
Install and instantiate BluvoFlowClient with your orgId and projectId, wire server callbacks, and initiate a withdrawal flow for a specific wallet and exchange.