File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,23 @@ CryptsyPythonAPI
33
44API for Cryptsy.com Exchange utilizing completely built-in functions and utilities of Python 2.7.
55
6- Usage
6+ Example Usage
77-------------
88Create buy order for dgc, market id 26, then cancels all orders you have for dgc
99``` python
1010import Cryptsy
1111Exchange = Cryptsy.Cryptsy(' KEY HERE' , ' SECRET HERE' )
12- Exchange.createOrder(26 , " Buy" , 100 , 0.00000001 ) # Buy 100 dgc at .00000001 each
13- Exchange.cancelMarketOrders(26 ) # Cancels all orders in market 26, dgc
12+ print ( Exchange.createOrder(26 , " Buy" , 100 , 0.00000001 ) ) # Buy 100 dgc at .00000001 each
13+ print ( Exchange.cancelMarketOrders(26 ) ) # Cancels all orders in market 26, dgc
1414```
1515
16+
17+
18+ Authors Note And Contact
19+ -------------
20+ If you have any questions or concerns email me at matt.joseph.smith@gmail.com or skype me at scriptprodigy!
21+
22+ Donations ;)
23+ -------------
24+ Send all donations to this cryptsy trade key please! :)
25+ 7f79452abf8d345ebc8247a631dd1f1a367cb6a0
You can’t perform that action at this time.
0 commit comments