Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

jamesong054/sinegy-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinegy-python

Python library for connecting to the Sinegy API.

How to install

pip install sinegy-python

Generating API credentials

Go to https://marketplace.sinegy.com/user/profile to generate API credentials.

Official Sinegy API Documentation

Link to Sinegy's API documentation page is https://docs.sinegy.com

Example

from sinegy_python.marketplace import Marketplace

sinegy = Marketplace(api_key = 'API_KEY', secret_key = 'SECRET_KEY')
sinegy_btc_ticker = sinegy.ticker('btcmyr')
print(sinegy_btc_ticker)

About

Python library for connecting to Sinegy Marketplace's API

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages