@barfinex/utils
v1.0.6
Published
Utility functions and helper classes for the Barfinex ecosystem. Includes type guards, HTTP client, Redis client, and common helpers for trading applications.
Maintainers
Readme
@barfinex/utils
@barfinex/utils provides reusable utility functions and helpers for the Barfinex ecosystem — an open-source platform for algorithmic trading and digital asset infrastructure.
🚀 Purpose
The @barfinex/utils package offers a collection of generic functions and helpers used across multiple Barfinex modules:
- data formatting and transformations;
- error handling and validation;
- logging and debugging utilities;
- reusable constants and helpers.
📦 Installation
npm install @barfinex/utilsor
yarn add @barfinex/utils📚 What's Included
- Validation helpers — to ensure data consistency.
- Date/time utilities — for working with trading timestamps.
- Formatting — shared formatting for prices, quantities, and symbols.
- Error and logging tools — unified approach across services.
🤝 Contributing
We welcome contributions to help grow the open Barfinex standard.
📜 License
Licensed under the Apache License 2.0 with additional restrictions.
