Skip to content

cj4c0b1/py3commas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py3commas PyPI version my badge

Unofficial Python wrapper for the 3Commas API


How to install

pip install py3commas

How to use

from py3commas.request import Py3Commas

p3c = Py3Commas(key='', secret='')
response = p3c.request(
    entity='smart_trades',
    action=''
)
response = p3c.request(
    entity='smart_trades', 
    action='create_smart_trade', 
    payload={
        "account_id": 123456
    }
)

About

Unofficial Python wrapper for the 3Commas API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages