Skip to main content

Installation

pip install FixedFloatApi

Usage

from fixedfloatapi import FixedFloatApi

# create a new API client
api = FixedFloatApi(key='YOUR_API_KEY', secret='YOUR_API_SECRET')

# Get a list of supported currencies
ccies = api.ccies()
print(ccies)

# Get the current price for an exchange
price = api.price({
    'fromCcy': 'BTC',
    'toCcy': 'ETH',
    'amount': 1.0,
    'direction': 'from',
    'type': 'fixed' # or 'float'
})
print(price)

# Create a new exchange order
order = api.create({
    'fromCcy': 'BTC',
    'toCcy': 'ETH',
    'amount': 1.0,
    'direction': 'from',
    'type': 'fixed', # or 'float'
    'toAddress': '0x123...'
})
print(order)

# Place an order for an existing exchange
order_status = api.order({
    'id': '12345',
    'token': 'TESTTOKENvRB90NOtr397kHY3PJ1VRy2p29HHaN7'
})
print(order_status)

# Request emergency assistance for an exchange
emergency = api.emergency({
    'id': '12345',
    'token': 'TESTTOKENvRB90NOtr397kHY3PJ1VRy2p29HHaN7',
    'choice': 'EXCHANGE'
})
print(emergency)

# set email address for order notifications
set_email = api.setEmail({
    'id': 'TESTID',
    'token': 'TESTTOKENvRB90NOtr397kHY3PJ1VRy2p29HHaN7',
    'email': 'notifyme@gmail.com',
})
print(set_email)

# get a QR code for a trade
qr_code = api.qr({
    'id': 'TESTID',
    'token': 'TESTTOKENvRB90NOtr397kHY3PJ1VRy2p29HHaN7',
})
print(qr_code)

# Make a custom API request
method = 'some_method'
data = {'param1': 'value1', 'param2': 'value2'}
response = api.custom_request(method, data)
print(response)

For more information, see the API documentation

Support

If you find my work helpful, you can support me by donating:

Donate

Release files for FixedFloatApi 1.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for FixedFloatApi 1.0.3
File Size Uploaded
FixedFloatApi-1.0.3.tar.gz 3.6 kB Details

Release files / FixedFloatApi-1.0.3.tar.gz

Download URL FixedFloatApi-1.0.3.tar.gz
Size 3.6 kB
Tags Source
SHA-256 checksum
How to use checksums
de972be379334a0b876ac19553a09fe48e708e93631aad552e82f1b5c09cdb2e
BLAKE2b-256 checksum
How to use checksums
fb3c809c9f2e6da5d0798b7e4c2f3cb7af8c4a9744b258c2d9eeee6e2dc8a891
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.7.4

Release history Release notifications | RSS feed

This release

1.0.3 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page