Hi all, trade history snagged via the API includes a "trade_id" now.
Hopefully that will help some of you out there that are trying to identify unique transactions.
Cheers.
Hi Burnside,
any chance you could add this trade_id to personal trade histories (obtained with API key).
Thanks
I'm assuming you mean the CSV endpoints?
Sure, I just plugged it in. Note however that these trade_id's will not necessarily match up with the public trade id's from the tradeHistory endpoint. (db complexities, sorry.)
Cheers.
Great, thanks for that. For me, it doesn't matter per se that they don't match up with the other id's. The main thing is that it offers a convenient way to uniquely identify different trades. A combination of existing fields would've already done a decent job, but there are still possibilities for collisions and a unique ID is just simpler to handle.