mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
19 lines
561 B
INI
19 lines
561 B
INI
[general]
|
|
check_price_interval_in_sec = 60
|
|
|
|
[offer type]
|
|
currency = XMR
|
|
direction = SELL
|
|
|
|
[offers]
|
|
# List of comma separated offer ids to be synced.
|
|
offer_ids = dlyunuk-d5e15df0-9a35-4409-bdce-c760b42162ae-184
|
|
|
|
[safeguards]
|
|
# This should prevent the synchronization with offers that are out of bounds.
|
|
min_accepted_offer_amount_for_price_adaption = 1
|
|
# Your minimum accepted price when trying to buy BTC (direction="BUY").
|
|
min_accepted_price = 0.00300000
|
|
# Your maximum accepted price when trying to sell BTC (direction="SELL").
|
|
max_accepted_price = 0.00500000
|