当我想获取数据时 OpenSea API 返回 null
当我转到此链接
它返回一些我可以使用的数据。但是当我尝试获取我的资产时,它不会从此链接返回任何数据。
https://api.opensea.io/api/v1/assets?owner=0xA48Db0a225703b25ef95B863C1aa44929bBA7FDe
您可以从此链接查看我的资产 https://opensea.io/M1croNFT
如何使用 opensea api 获取我的资产数据?< /强>
when i go to this link
It returns me some data i can use. But when i tried to fetch MY assets its not return any data from this link.
https://api.opensea.io/api/v1/assets?owner=0xA48Db0a225703b25ef95B863C1aa44929bBA7FDe
You can see my assets from this link
https://opensea.io/M1croNFT
How can i fetch my assets data with opensea api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题很可能是使用
api/v1/assets
方法。对于此请求,您需要使用 api 密钥。这是在文档中的方法描述中写的。所以,我认为如果您获得密钥,您将能够满足任何请求
另一个选择是使用测试网络中的查询 - 开放海测试网API。我尝试运行 查询那里并得到了正确的 回复。
Most likely, your problem is that to use the
api/v1/assets
method. For this request you need to use the api key. This is written in the description of the method in the documentation.So, I think that if you get the key, you will be able to fulfill any request
Another option is to use queries in the test network - OPENSEA TESTNETS API. I tried to run a query there and got the correct response.