Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

martinvermx/CryptsyPythonAPI

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CryptsyPythonAPI

API for Cryptsy.com Exchange utilizing completely built-in functions and utilities of Python 2.7.

Example Usage

Create buy order for dgc, market id 26, then cancels all orders you have for dgc

import Cryptsy
Exchange = Cryptsy.Cryptsy('KEY HERE', 'SECRET HERE')
print(Exchange.createOrder(26, "Buy", 100, 0.00000001))       # Buy 100 dgc at .00000001 each
print(Exchange.cancelMarketOrders(26))                        # Cancels all orders in market 26, dgc

Authors Note And Contact

If you have any questions or concerns email me at matt.joseph.smith@gmail.com or skype me at scriptprodigy!

Donations ;)

Send all donations to this cryptsy trade key please! :) 7f79452abf8d345ebc8247a631dd1f1a367cb6a0

About

API for Cryptsy.com Exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.