Stan

Results 19 comments of Stan

Can you give me a cleaner URL? Are you referring to the Python [get_offers.py](https://bisq-network.github.io/slate/?python#rpc-method-getoffers) example ? I do not think it is possible to receive BSQ swap offers using that...

>> I understand that as of now in order to check offers for a certain currency you need to add a payment method for that currency. Yes, `getoffers` will return...

@dainelli98 I created #6272 that includes an update to the protobuf file used to generate the [API reference](https://bisq-network.github.io/slate/). The [getoffer](https://bisq-network.github.io/slate/?python#rpc-method-getoffer), [getoffers](https://bisq-network.github.io/slate/?python#rpc-method-getoffers), and [takeoffer](https://bisq-network.github.io/slate/?python#rpc-method-takeoffer) rpc method descriptions have been updated in...

I have seen a jfoenix / reflection related exception with various versions of bisq and jdks for some time, most recently: v1.9.1 w/ jdk 15. It happens when I start...

> One thing looks odd about your offers - they contain both a _fixed price AND a market price_. ... Could you describe the process you use to edit the...

> https://github.com/ripcurlx/bisq-api-examples/blob/main/cli/bisq_api.py > I use this library. > I didn't understand. Do we have 2 prices for the same offer? What am I doing wrong? You are probably not doing...

@bitcointerra do you have a matrix acct & client, where we could DM each other about this? 1. Did you create offer `SbPymDJP-fa5f0400-7e90-4348-8c54-495990cfbca0-184` with the API, using the https://github.com/ripcurlx/bisq-api-examples/blob/main/cli/bisq_api.py library?...

Thanks for updating to new python lib... But did you create and edit that offer with https://github.com/ripcurlx/bisq-api-examples/blob/main/cli/bisq_api.py?

FYI: Right now, `SbPymDJP-fa5f0400-7e90-4348-8c54-495990cfbca0-184` is a margin price based offer, and it's price should move with XMR market price. And it is, when I call CLI's `getoffer`. Is that how...

And do not use the ripcurlx library anymore. It was fine when released, but not now.