askmike / bitstamp

Bitstamp REST API wrapper
81 stars 54 forks source link

fix #21, #22, #23 and #24 #25

Closed dutu closed 9 years ago

dutu commented 9 years ago

order_book and user_transactions can now take additional parameters, when passed as JSON object (example {limit:10, sort: 'asc'}). Previous functionality is preserved for backwards compatibility.

kenany commented 9 years ago

For what it's worth, this LGTM.