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
Close
Hashes for toobit_api_python-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba9d3a0acd99926dc07cff4a93638926b4665e8d903225f0bb8dfa648abf68a1 |
|
MD5 | dd80975036845749ccbb0f78b45bf54a |
|
BLAKE2b-256 | 03b7d51bca2e8a9e9d86c83d01815c96efdd56a74f7b0202cca066f2142119c9 |