【opensea】error: Error: API Error 400: OpenSea fees are required to post this order.

error: Error: API Error 400: OpenSea fees are required to post this order.

____tz_zs

报错记录

本来好好的项目,突然跑不了了。报错信息:error: Error: API Error 400: OpenSea fees are required to post this order.

解决过程

Error: API Error 400: Buy order maker has too many outstanding orders #271
不是这个原因,并且这里讨论的情况是很早的了。

ISSUE : Opensea fees are required to post this order #702
找到原因了,opensea改收款的地址了。更新包版本吧。。。

ajay-cros — 2022/08/20 Seems like wallet validation is the one
solution being proposed by all the scamsters - doesn’t matter how tech
the problem is. I just encountered a similar try from a supposed
moderator.

The signal to noise ratio in these groups is abysmal - not that OS
github issues section is any better with issues open since months. By
the way, I did seem to have figured out one of the common problem
listed by folks – about approve currency errors on OpenSea -
particularly on Polygon & Mumbai…

I was facing same error since yesterday, won’t believe the quack
solutions that quick google search threw up… so I ended decoding the
request for currency approval - which for me (OS -> Polygon Mumbai)
looks like below: currency approve (from OpenSea Mumbai) method:
(approve) 095ea7b3000000000000000000000000 contract address:
0x0b47076aaa5246411458fcf85494f41bbfdb8470 uint256 amount:
ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff

So I then went to the WETH contract on mumbai polygonscan, connected
my wallet account and manually invoked the “approve” function with my
wallet address and the above contract address as spender with some
amount.

Voila, I come back to OS and no more “currency approve” error.

Hope this helps.

更新为最新sdk后,问题得到解决。一切正常了。

猜你喜欢

转载自blog.csdn.net/tz_zs/article/details/127715415