Error: The fulfiller does not have the balances needed to fulfill #122
Replies: 4 comments 1 reply
-
I'm running into the same issue. I have essentially the same code example. |
Beta Was this translation helpful? Give feedback.
-
Any luck guys? |
Beta Was this translation helpful? Give feedback.
-
So in createOrder you should pass the sellerAddress as both the recipient of the consideration item and the accountAddress. Then in fulfillOrder you should pass the buyer address. In your order in the opening post, the offer should be the NFT (the offerer is offering the NFT for sale) and the consideration should be the amount the person is willing to sell it for, along with the fees to the right parties (creator fees, marketplace fees). Would recommend using opensea-js if you are looking to specifically list on opensea as it will take care of this for you. |
Beta Was this translation helpful? Give feedback.
-
This happens when I use a stale order, one that is no longer valid. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use seaport to make it possible to create purchase orders, but I'm confused about the parameters I have to pass and I believe this might be leading me to this error.
Is the fulfiller equal to the offerer?
The buyer account has enough ETH to buy the item, what could be the reason for the
Error: The fulfiller does not have the balances needed to fulfill
error?Beta Was this translation helpful? Give feedback.
All reactions