-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I'm pulling order history via the API, and saving it in a MongoDB collection, because I need history for more than the past 200 orders. I assumed that order_id was unique, so I could simply pull the freshest data from your API and insert them into my MongoDB collection (with a unique index on order_id) ignoring duplicates. However, I noticed a weird issue with ZCL/BTC on Cryptopia yesterday (have not seen it with any other markets so far) where a small subset of historical buy orders would suddenly show up multiple times with different values for order_id, but everything else appears to be identical. Is it possible that order_id is not unique as I assumed?
Metadata
Metadata
Assignees
Labels
No labels