Skip to content

Allow manual coin selection in make offer#761

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

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

Conversation

@dkackman
Copy link
Collaborator

@dkackman dkackman commented Mar 9, 2026

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

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. 👍

@Rigidity Rigidity merged commit 7d7cd09 into xch-dev:main Mar 9, 2026
5 of 8 checks passed
@dkackman dkackman deleted the optional-coin-ids branch March 9, 2026 19:22
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