-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] serum transactions are not exported to non default CSVs #53
Comments
Thanks for the feedback. Serum transactions have been worked on pretty extensively, but unfortunately, I was never able to deduce serum trades from blockchain data, only transfer amounts. Most likely, lower-level work within the serum ecosystem needs to be done to make it possible (or more likely, the application(s) you are trading on). |
Hi, If I understand you correctly the information on blockchain is missing (or at least not easily accessible) to create a relation between these two transactions to convert them into a regular buy/sell order? |
Yup, exactly as you said. There's only deposit/withdrawal information for blockchain wallet transactions. There's likely blockchain data in serum market queues with the glue information for buy/sell, but an effort like that would probably be its own indexing data product (I'm guessing folks are working on these things but haven't seen them readily available yet). FYI all this on my part is just educated guesses. This is just my current non-expert understanding. |
@hodgerpodger
There are some open issues on SerumDex regarding that data lack but no one really cares:
Could we at least try to outline the technical aspects we would need to implement to get these trades. From my understanding we have to parse historical EventQueue data. It is really a nightmare as I already crossed some deadlines for submitting my trade data.. |
Problem
Serum buy orders (
tx_type = _SERUM_DEX
) that are added to thedefault csv
exports are missing inaccointing
andcointracking
exports.Additional Infos
Maybe related to this, in the default csv export are multiple lines with the same TX ID for one Serum trade.
The text was updated successfully, but these errors were encountered: