sbe-python
sbe-python copied to clipboard
Error while parsing Coinbase Derivatives (FairX) exchange schema
Schemas can be downloaded here https://docs.cdp.coinbase.com/downloads/derivatives/cde-sbe-xml-schemas-latest.tar.gz
with open('cde-sbe-order-api.xml', 'r') as f: order_schema = sbe.Schema.parse(f)
Traceback (most recent call last):
File "fairx_messages.py", line 99, in