Skip to main content

woofipro exchange api client

Project description

woofipro-python

Python SDK (sync and async) for Woofipro with Rest and WS capabilities.

You can check Woofipro's docs here: Docs

You can check the SDK docs here: SDK

This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly

Installation

pip install woofipro-api

Usage

Async

from woofipro_api import WoofiproAsync

async def main():
    instance = WoofiproAsync({})
    order = await instance.create_order(__EXAMPLE_SYMBOL__, "limit", "buy", 1, 100000)

Sync

from woofipro_api import WoofiproSync

def main():
    instance = WoofiproSync({})
    order =  instance.create_order(__EXAMPLE_SYMBOL__, "limit", "buy", 1, 100000)

Websockets

from woofipro_api import WoofiproWs

async def main():
    instance = WoofiproWs({})
    while True:
        orders = await instance.watch_orders(__EXAMPLE_SYMBOL__)

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.

Source Distribution

woofipro_api-0.0.5.tar.gz (522.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

woofipro_api-0.0.5-py3-none-any.whl (649.2 kB view details)

Uploaded Python 3

File details

Details for the file woofipro_api-0.0.5.tar.gz.

File metadata

  • Download URL: woofipro_api-0.0.5.tar.gz
  • Upload date:
  • Size: 522.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for woofipro_api-0.0.5.tar.gz
Algorithm Hash digest
SHA256 7eeecc26b62c6e0e85c89b90edf1430ef6719e7f37b7ad000ea410c1a39ae4f7
MD5 7d5f9c3a1692357003af2a93035474f0
BLAKE2b-256 076dfd1315fa0335f253fbc15d48510039156914605ec36ad1d0be924003020c

See more details on using hashes here.

File details

Details for the file woofipro_api-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: woofipro_api-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 649.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for woofipro_api-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e6855c0416a26218fc3c9c5d7f1bec13759b55e29b02857dd42229882cf9afcf
MD5 11860f3ce0e6fcb7be132300e6a5e1c1
BLAKE2b-256 93f78f02cbcf3bb95592ccc17a398c2efdec343a3bd3f93fe337a57f5700acf2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page