Skip to content

Commit a041839

Browse files
committed
Small changes such as typos
1 parent 5ef96fc commit a041839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gemini-python-wrapper
2-
A python client for the gemini API (In Development)
2+
A python client for the gemini API
33

44
## Getting Started
55
### PublicClient
@@ -69,7 +69,7 @@ r.new_order("BTCUSD", "200", "6000", "buy", ["immediate-or-cancel"])
6969
```python
7070
r.cancel_order("866403510")
7171
```
72-
- [cancel_session_order](https://docs.gemini.com/rest-api/#cancel-all-session-orders)
72+
- [cancel_session_orders](https://docs.gemini.com/rest-api/#cancel-all-session-orders)
7373
```python
7474
r.cancel_session_orders()
7575
```
@@ -89,7 +89,7 @@ r.active_orders()
8989
```python
9090
# Will get the last 500 past trades
9191
r.get_past_trades("BTCUSD")
92-
# Alternatively, you can set the limit_trades number to your loking
92+
# Alternatively, you can set the limit_trades number to your liking
9393
r.get_past_trades("BTCUSD", limit_trades="200")
9494
```
9595
- [get_trade_volume](https://docs.gemini.com/rest-api/#get-trade-volume)

0 commit comments

Comments
 (0)