简体   繁体   English

如何使用 python 在 opensea 中列出或出售物品

[英]How list or sell item in opensea using python

I am trying to sell my nft on opensea using python.我正在尝试使用 python 在 opensea 上出售我的 nft。 I could create contract and mint an NFT.我可以创建合约并铸造 NFT。 I can see the collection and Items in opensea.我可以在 opensea 中看到收藏和物品。 But how do I sell an item on opensea using python.但是如何使用 python 在 opensea 上销售商品。 I can do that on opensea web flow, but having 10k items in a collection, its very difficult to go to each item and sell.我可以在 opensea web 流上做到这一点,但是在一个集合中有 10k 个项目,很难对每个项目进行 go 并出售。

Please help me out if anyone know how to do this using python如果有人知道如何使用 python 执行此操作,请帮助我

This is my contract address link in testnets Click here这是我在测试网中的合约地址链接点击这里

I have observed open sea is calling approve method on sell, so I tried that as well, but could not see any updates on opnsea.我观察到 open sea 正在调用批准方法进行销售,所以我也尝试过,但在 opnsea 上看不到任何更新。

This is my collection in opensea testnets Click here这是我在 opensea 测试网中的收藏点击这里

I think there is no API or SDK for python.我认为 python 没有 API 或 SDK。 I could achieve this using opensea-js SDK.我可以使用 opensea-js SDK 来实现这一点。

I am unable to add comments.我无法添加评论。 consider this as a comment How did you manage to do this opensea-js SDK?将此视为评论您是如何设法做到这一点的 opensea-js SDK? can you please elaborate?你能详细说明一下吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM