Skip to content

Commit

Permalink
Fixed bitstamp user transaction query.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpysniak committed Aug 11, 2014
1 parent 7650b11 commit 8e71630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public BitstampUserTransaction[] getUserTransactions(@FormParam("key") String ap
@POST
@Path("user_transactions/")
public BitstampUserTransaction[] getUserTransactions(@FormParam("key") String apiKey, @FormParam("signature") ParamsDigest signer, @FormParam("nonce") long nonce,
@FormParam("limit") long numberOfTransactions, @FormParam("limit") long offset,
@FormParam("limit") long numberOfTransactions, @FormParam("offset") long offset,
@FormParam("sort") String sort) throws IOException;

@POST
Expand Down

0 comments on commit 8e71630

Please sign in to comment.