Skip to main content

liqui.io api wrapper

Project description

# liqui

a minimal [liqui.io api](https://liqui.io/api) wrapper

## installation

```
pip install liqui
```

## usage

```python
from liqui import Liqui
from somewhere_else import key, secret

liqui = Liqui(key, secret)

# public api
liqui.info()
liqui.ticker('eth_btc')
liqui.depth('eth_btc')
liqui.trades('eth_btc')

# private api
liqui.get_info()
liqui.active_orders()
liqui.order_info(314159265)
liqui.cancel_order(271828182)
liqui.trade('eth_btc', 'sell', 0.13, 10)
liqui.trade_history()

# convenience methods
liqui.balances()
liqui.sell('eth_btc', 0.14, 10)
liqui.buy('eth_btc', 0.12, 10)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liqui-1.0.0.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file liqui-1.0.0.tar.gz.

File metadata

  • Download URL: liqui-1.0.0.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for liqui-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5b8fe554a69f24fcd32ee6f844555a14f5e327c10ba7e8dfec5506ad7859a66a
MD5 3adcf0dc89fc361e4f326f9ef6db663c
BLAKE2b-256 da691c500174bdf117ca67feacb0d23fd7721736277d910e0a143498f5d0467e

See more details on using hashes here.

Supported by

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