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.3.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.3-py3-none-any.whl (649.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: woofipro_api-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 d6ba5001cba0c67e110400849fa1989adc99c93039b596d29010c9c25ad7a71b
MD5 b008fa5fb8280aac861e7114eb1adb55
BLAKE2b-256 c95140dd328e227f9793ad89d07d6691ef050565e373127aaf75c76aafc93b8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: woofipro_api-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cd75f0cde8926e8165bf5495e8be9e70b71eb9aebacd854802e6606d90d1d17f
MD5 7aed125e3a3ca1107275c11192bf3681
BLAKE2b-256 6274a1bcdb327509b75b0942e5ade9067b1530e54f05f17d31efcf60f574d7e4

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