-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an optional maxPerAddress parameter in the marketplace #45
Comments
Should be delivered with this PR: Itheum/sdk-mx-data-nft#129 |
Seems like you added a maxQuantity per TX, but a max quantity per ADDRESS is needed. (see updated descriprition above as well) |
Code reviewed. Looks good. But to be noted: it's a breaking changes for the addOffer endpoint |
We should return how much the user can buy on his address for each offer in offer out (not how much IN TOTAL, but how much considering what he has bought so far) Change should be reflected in the SDK as well |
Solved. Closing |
Requirements:
The text was updated successfully, but these errors were encountered: