Python Client to interact with the Namebase Exchange API
Project description
Namebase Exchange Api for Python
Python 3.6+ client for interacting with Namebase Exchange API.
Usage
All requests require an API key. You can generate a key from https://www.namebase.io/pro.
At the time of writing, all documented API keys are supported. This may change at any time. See the raw API documentation calls: https://github.com/namebasehq/exchange-api-documentation/
On top of the raw APIs, we also provide the convenience functions:
- market_buy: Market Buy
- market_sell: Market Sell
- limit_buy: Limit Buy
- limit_sell: Limit Sell
Installation
Requirements
- Python 3.6 or greater
Install
from namebase_exchange import *
exchange = Exchange(YOUR_API_KEY, YOUR_SECRET_KEY)
exchange.get_depth(Symbol.HNSBTC)
exchange.market_sell(Symbol.HNSBTC, 500)
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
Built Distribution
Close
Hashes for namebase_exchange-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 424d9ce031423baf499ede2008b2f42a70209a07f4f7c875bd39a6f293f6fda7 |
|
MD5 | fb55e315356bc697d4d817c7b9f9303f |
|
BLAKE2b-256 | 10ad5fa604e0e1730c0c8c28b6ad80057fe3ad7f2f8f4d3406f14a1fb67459ac |