A basic Node.js REST API client for the LakeBTC cryptocurrency exchange. Version 0.1.8 provides access to public market data (ticker, order book, trades) and authenticated account/trading endpoints. It uses a callback-based interface with minimal abstraction. The package is feature-complete for the LakeBTC API but is in maintenance mode with no recent updates since 2014. Key differentiator: simple wrapper around the exchange's API with no external HTTP dependencies beyond Node.js built-in modules.
npm install lakebtc_nodejsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a public API client and fetches the current ticker data from LakeBTC.
Use `require('lakebtc')` not `require('lakebtc_nodejs')`.Always check the first callback argument for errors.
Consider switching to a maintained exchange API client.
Ensure credentials are set correctly before calling authenticated methods.
Run `npm install lakebtc_nodejs` and use `require('lakebtc')`.Use `var client = new Lakebtc();` before calling methods.
No dependency data recorded yet.