Replies: 1 comment 1 reply
-
Hi! i can't verrify for the moment, but is that possible to fetch those info outside of a trade, withoud being a pair in the trade ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I was exploring the api public webpage (api/trades) when I noticed that it shows some info (timestamp, amount, payment-method) that could compromise the privacy of traders. These info though are currently available not just through the api.
Couldn’t this lead institutions or bad actors to easily find out if a user used Bisq by matching the timestamp, the amount and the payment-method of the tx on the bank side with the info found publicly like in the api?
I know that there are currently few mitigations preventing the identification of a trader: amounts are rounded to full units and the trade doesn’t necessarily close on the date of the fiat payment.
However, I feel like these solutions are not enough to preserve the privacy of the users.
Wouldn’t be possible to hide some data that currently get published (like the “payment method”) when the trade is executed?
I opened this discussion in order to find ways which could prevent external actors from identifying traders
Beta Was this translation helpful? Give feedback.
All reactions