-
Notifications
You must be signed in to change notification settings - Fork 20
Getting your own trade history through the API #15
Copy link
Copy link
Open
Description
I'm attempting to get my own trade history through the MtGox API. You list the following way to do so in the documentation (https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1#Your_trade_history):
Your trade history
https://mtgox.com/api/1/BTCUSD/private/trades https://mtgox.com/api/1/BTCEUR/private/trades
Returns all of your trades in this currency (BTCUSD, BTCEUR . . . ) . Does not include fees.
However, this just seems to return the history of all recent public trades instead. How do you simply get the list of your trades? I'm also using the MtGox ruby gem (https://github.com/drkyro/mtgox) if that provides an easier way to do it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels