Skip to content

Getting your own trade history through the API #15

@fehrsam

Description

@fehrsam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions