Filling an order
Before a user can send a transaction to fill an order, they need to have proper tokens. This is explained in more detail in Preparing for transactions.
Before starting this tutorial, make sure you've installed Third party helpers.
To fill an opened order, you only need to pass the correct field you received from Searching ordersto send the transaction.
Ultimately, the NFT swap SDK calls either the sellERC721 or the buyERC721 function from 0x.
Last updated