Metadata-Version: 2.1
Name: falconx-py
Version: 0.2
Summary: The official client for the FalconX API
Home-page: https://github.com/falconxio/falconx-py
Author: FalconX
Author-email: support@falconx.io
License: UNKNOWN
Description: # Overview
        This is the official API client for the FalconX API.
        
        API Documentation: http://docs.falconx.io
        
        
        # Quickstart
        
        ```python
        from falconx_py import FalconxClient
        
        fnx = FalconxClient(key=KEY, secret=SECRET, passphrase=PASSPHRASE)
        
        quote = fnx.get_quote('BTC', 'USD', 5, 'two-way')
        
        result = fnx.execute_quote(quote['fx_quote_id'], 'buy')
        ```
        
        # Installation
        ```sh
        pip install falconx-py
        ```
        
        # About FalconX
        FalconX is an institutional digital asset brokerage. 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
