In order to fill an order (partially or completely) or to cancel an order, you’ll be generating and submitting transactions. TheDocumentation Index
Fetch the complete documentation index at: https://sequence-0fb8d9e6-unreal-quickstart-with-marketplace.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ICheckout interface, implemented by Checkout, exposes a few helpful methods and events.
Building Transactions to Interact with Orders
The following async requests will return aStep[] these are used to generate transactions that, when submitted, perform the desired action.
OnTransactionStepsReturn and OnTransactionStepsError events to handle the responses elsewhere.
GenerateBuyTransactionis used to buy a specified amount of a given collectible in the providedOrder[]/listings
GenerateSellTransactionis used to sell a specified amount for a given collectible in the providedOrder[]/offers
GenerateListingTransactionis used to create a new listing for a given collectible, amount, and price.
GenerateOfferTransactionis used to create a new offer for a given collectible, amount, and price.
GenerateCancelTransactionis used to cancel an existing order created by the user.