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(BTC/USDC, "limit", "buy", 1, 100000)

Sync

from woofipro_api import WoofiproSync

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

Websockets

from woofipro_api import WoofiproWs

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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: woofipro_api-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 c054e66a8888643606345ad67e6e62f8dd57e5131d05dd7f3f427e5999748fa6
MD5 e1d0e51c9afb3bb1cba044f97e78ecee
BLAKE2b-256 e82647adc0f1065f661ba0bfae4290ef4685f780537db163309fe2a8ae0151ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: woofipro_api-0.0.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9b140f2220b05b5db3039371978b66d9a71cc0e398dd154df500c5550e6a34c6
MD5 c9e119fb349eb3bcf56a089482d0567f
BLAKE2b-256 346cbe6ac0f4eb8f5e3feb3974f17a617715e4b2c761f6b7426d52d4e8a608ba

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