Skip to content

Potential order_id issue #28

Description

@mads397

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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