| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f0dc164 commit 1855873
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,13 +3,23 @@ CryptsyPythonAPI | |||
| 3 | 3 | ||
| 4 | 4 | API for Cryptsy.com Exchange utilizing completely built-in functions and utilities of Python 2.7. | |
| 5 | 5 | ||
| 6 | - Usage | ||
| 6 | + Example Usage | ||
| 7 | 7 | ------------- | |
| 8 | 8 | Create buy order for dgc, market id 26, then cancels all orders you have for dgc | |
| 9 | 9 | ```python | |
| 10 | 10 | import Cryptsy | |
| 11 | 11 | Exchange = 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 | ||
| 14 | 14 | ``` | |
| 15 | 15 | ||
| 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments