Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Toobit Exchange Python Trading API

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors