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

Uploaded Python 3

File details

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

File metadata

  • Download URL: woofipro_api-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 24737f67df34f8f49178aa238d302b3105c136598c6ca3702ebfd25f47bcd683
MD5 64eb7c60e0f64bca625b98ef938b5d54
BLAKE2b-256 872f7c4856dba2e50723edc0b758296eb50b7c14c4731642f41f0ad3c709eac6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: woofipro_api-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c182c73a881ba41352ce252f0d45c76f6f275818f9895e9147c035ad6b2def02
MD5 990651eae4666efb0a6065d1d3c3fa73
BLAKE2b-256 870bfd1918621d0e90c908791a11e9eb03f64904cc998fbf1d9a90772fd26196

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