mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
This might give Python devs an easier time than if all the sample code lived deep inside a gradle project. This means there is no root project gradle build file; the reference-doc-builder and java-examples modules are separate java projects, with their own build files.
19 lines
559 B
INI
19 lines
559 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 = piape-ef84138d-8204-4b6e-995c-49d3dd1ef37a-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
|