Skip to content

Commit 1855873

Browse files
committed
Update README.md
1 parent f0dc164 commit 1855873

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@ CryptsyPythonAPI
33

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

6-
Usage
6+
Example Usage
77
-------------
88
Create buy order for dgc, market id 26, then cancels all orders you have for dgc
99
```python
1010
import Cryptsy
1111
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
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

0 commit comments

Comments
 (0)