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

Uploaded Python 3

File details

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

File metadata

  • Download URL: woofipro_api-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 51e4ce96578cf81cd15614d3a6e7dfe7f8507cebb2dfc2f66ce7ddd95a5c70c0
MD5 88aacc3e2f32f3e307522477e013bbe3
BLAKE2b-256 cfcb8b259cc632f331dc70e4df8a2e0310f8a89a3f21777d7e87bbfa1ebe31bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: woofipro_api-0.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c7d91e08e5d72b6fa9063a2c937640b5548f8b0f23427c69400e1b25a5d5f085
MD5 2aac4bed3b03eeab0121e3f025738d1d
BLAKE2b-256 9e5fc949048e2725e13abc5c5b9067dc8825a1a08a2b22474ce9254b13686640

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