Liquid Tap is the official WebSocket API client for the Liquid cryptocurrency exchange (formerly Quoine). Version 0.3.6 provides real-time market data and account updates via a WebSocket connection. It supports TypeScript types and can be used in Node.js and browser environments. Key differentiators include automatic reconnection, promise-based event binding, and simplified authentication token management. The library is maintained by Quoine Financial and follows a monthly release cadence.
npm install liquid-tapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates initializing TapClient with API credentials, subscribing to a public channel, and handling connection events.
Use the 'wsHost' and 'wsPort' options to configure a custom endpoint if needed.
Use CLIENT_EVENTS.CONNECTED or the string 'connected'.
Use named import: import { TapClient } from 'liquid-tap'.Initialize with 'new TapClient()' then call bind on the instance.
Run 'npm install liquid-tap' or add it to dependencies.
Provide valid tokenId and tokenSecret from Liquid API settings.
No dependency data recorded yet.