Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stygeo committed Jun 25, 2013
1 parent 7d99ebb commit b11d556
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ Returns an `Order` object.
Bitstamp.orders.buy(amount: 1.0, price: 111)
```

## Fetch your transactions

Returns an `Array` of `UserTransaction`.

```ruby
Bitstamp.user_transactions.all
```

*To be continued!**

# Tests
Expand Down

0 comments on commit b11d556

Please sign in to comment.