Skip to content

Allow manual coin selection in make offer#761

Merged
Rigidity merged 7 commits into
xch-dev:mainfrom
dkackman:optional-coin-ids
Mar 9, 2026
Merged

Allow manual coin selection in make offer#761
Rigidity merged 7 commits into
xch-dev:mainfrom
dkackman:optional-coin-ids

Conversation

@dkackman

@dkackman dkackman commented Mar 9, 2026

Copy link
Copy Markdown
Collaborator

fix #760
fix #119

RPC only: now an optional list of coin ids can be used whem making an offer. If the total amount of the selected coins is less than the offered amount the difference will be auto selected.

@Lowestofttim

Copy link
Copy Markdown

Thanks @dkackman — tested this with our market maker bot and can confirm coin_ids selection works as expected. We're passing specific coin IDs to make_offer and the wallet correctly locks those exact coins for the offer. The auto-fill behaviour when selected coins are less than the offered amount also works well. Great addition, this gives us much better control over coin management for automated trading. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Optional coin_ids parameter for MakeOffer RPC Add manual coin selection option for offers

3 participants