Python client for the TooBit Exchange Trading API
Project description
TooBit API Python Client
This library is designed to interact with the TooBit API using Python. Please test before you use it on your production codebase.
Installation
You can install the package using pip:
pip install toobit-api-python
Usage
Here is a simple example of how to use the library:
from toobit_api.toobit_api import TooBitAPI
# Define your API key and secret key
api_key = "your_api_key"
secret_key = "your_secret_key"
# Create a TooBit API object
toobit_api = TooBitAPI(api_key, secret_key)
# Example: Get server time
print(toobit_api.get_server_time())
# Example: Get exchange information
print(toobit_api.get_exchange_info())
# More examples and information can be found in the documentation.
For more examples and detailed usage, please refer to the official documentation.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file toobit-api-python-0.1.0.tar.gz.
File metadata
- Download URL: toobit-api-python-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27dd862004d2bbe0a651e9856683e207286c4ab8802bc96f2df846c9c6ae166e
|
|
| MD5 |
f2d504dc059fba482f3b16be5f36a69e
|
|
| BLAKE2b-256 |
3692c8d81f75bfdfb4a40111c7a32c99ec07d7f961f8d7d7f7bcb5c1668fa211
|
File details
Details for the file toobit_api_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: toobit_api_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba9d3a0acd99926dc07cff4a93638926b4665e8d903225f0bb8dfa648abf68a1
|
|
| MD5 |
dd80975036845749ccbb0f78b45bf54a
|
|
| BLAKE2b-256 |
03b7d51bca2e8a9e9d86c83d01815c96efdd56a74f7b0202cca066f2142119c9
|