Overview
This is the official python client for the FalconX API.
API Documentation: http://docs.falconx.io
Installation
pip install falconx
Quickstart
from falconx import FalconxClient
client = FalconxClient(key=KEY, secret=SECRET, passphrase=PASSPHRASE)
quote = client.get_quote('BTC', 'USD', 5, 'two_way')
result = client.execute_quote(quote['fx_quote_id'], 'buy')
RFQ in quote token terms
quote = client.get_quote('BTC', 'USD', 5, 'two_way', is_quote_token_quantity=True)
New Order Endpoint
A new faster endpoint is now available to place orders. The same can be used as mentioned in the below sample. Optional argument 'v3'. If the argument is not passed, the old order (v1/order) endpoint is used.
from falconx import FalconxClient
client = FalconxClient(key=KEY, secret=SECRET, passphrase=PASSPHRASE)
client.place_order('ETH', 'USD', 0.1, 'sell', 'market', v3=True)
About FalconX
FalconX is an institutional digital asset brokerage.
Release files for falconx 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| falconx-1.0.6.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| falconx-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.0 kB
Release files / falconx-1.0.6.tar.gz
| Download URL | falconx-1.0.6.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c1da978ff21f03b8ba33cbaf51f4159401327d242b6370edec7300ba625314f
|
|
BLAKE2b-256 checksum How to use checksums |
e6140ed5ab65111cae4d08373b8cd4a83a16aea646ac31e233b5648dcdb8ee89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 7, 2025.
Transparency logRelease files / falconx-1.0.6-py3-none-any.whl
| Download URL | falconx-1.0.6-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2e75f34b2d67d34e53ae7a79c1db314358888c5df29c6a3d5d50fbce656d6750
|
|
BLAKE2b-256 checksum How to use checksums |
42130a0ee513248cda041136edfc8887bade0c2de7854fa7644898ed9fe90dd4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 7, 2025.
Transparency log