daemon API: provide command to inform on trading and mining fees when taking an offer #6332
Replies: 3 comments 13 replies
-
@ghubstan ☝️ |
Beta Was this translation helpful? Give feedback.
-
@pmartincalvo This does need to be fixed. What would be your preference? (a) Adding a second table of (b) Adding a (c) Adding a new method/command to the API. There may be other ways to implement this. I prefer option (b), then option (c). Option (b) would be analogous to clicking the |
Beta Was this translation helpful? Give feedback.
-
Other team members have decided to significantly reduce the frequency of Bisq v1 updates (new releases are bug-fixes only), to focus on Bisq v2. Work on any new Bisq v1 API methods is on indefinite hold. |
Beta Was this translation helpful? Give feedback.
-
In bisq GUI, when you select an offer from the book to take it, you land on a confirmation screen. This screen, among other things, informs you about the trading and mining fees you will incur if you finally confirm and take the offer.
In the bisq daemon API there is no way to obtain this trading and mining fee before taking an offer. The response
OfferInfo
returned by methodsGetOffers
andGetOffer
does not provide any information on the trading fees, mining fees and deposit requirements.I believe that a command that provides this info is key for the bisq daemon. Otherwise, users blindly jump into trades unaware of these important details. This could be done by either creating a new command entirely or expanding the
GetOffer
method to include this information.Beta Was this translation helpful? Give feedback.
All reactions