The official client for the FalconX API
Project description
Overview
This is the official API client for the FalconX API.
API Documentation: http://docs.falconx.io
Quickstart
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
pip install falconx-py
About FalconX
FalconX is an institutional digital asset brokerage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size falconx_py-0.2-py3-none-any.whl (5.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size falconx-py-0.2.tar.gz (3.8 kB) | File type Source | Python version None | Upload date | Hashes View |