Metadata-Version: 2.3
Name: onyx-otc
Version: 0.1.0
Summary: Onyx otc python client and documentation
Author: lsbardel
Author-email: lsbardella@onyxcapitaltechnology.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
Requires-Dist: grpcio (>=1.64.1,<2.0.0)
Requires-Dist: protobuf (>=5.27.2,<6.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Project-URL: Homepage, https://github.com/Onyx-Capital-Technology/onyx-otc
Project-URL: Repository, https://github.com/Onyx-Capital-Technology/onyx-otc
Description-Content-Type: text/markdown

# Onyx OTC

[![build](https://github.com/Onyx-Capital-Technology/onyx-otc/actions/workflows/build.yml/badge.svg)](https://github.com/Onyx-Capital-Technology/onyx-otc/actions/workflows/build.yml)

* [Onyx Flux Rest API docs](https://api.onyxhub.co/v1/docs)
* [Onyx Flux Websocket API v2 docs](https://ws.dev.onyxhub.co/doc/v2)
* [Onyx Flux web app](https://www.onyxcapitalgroup.com/flux)

## Websocket API v2

The websocket API v2 support both JSON and protobuf (binary) encoding. The protobuf encoding is more efficient and faster than JSON encoding.

